Skip to content

Commit

Permalink
初始化.gitgnore
Browse files Browse the repository at this point in the history
  • Loading branch information
余杰 committed Feb 12, 2019
1 parent adeea71 commit f202366
Showing 1 changed file with 85 additions and 0 deletions.
85 changes: 85 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,85 @@

*.pydevproject
.metadata
.gradle
bin/
tmp/
*.tmp
*.bak
*.swp
*~.nib
local.properties
.settings/
.settings
.loadpath

# Eclipse Core
.project

# External tool builders
.externalToolBuilders/

# Locally stored "Eclipse launch configurations"
*.launch

# CDT-specific
.cproject

# JDT-specific (Eclipse Java Development Tools)
.classpath

# Java annotation processor (APT)
.factorypath

# PDT-specific
.buildpath

# sbteclipse plugin
.target

# TeXlipse plugin
.texlipse

# OS or Editor folders
.DS_Store
Thumbs.db
.cache
.tmproj

# node.js
node_modules

# java
*.class
classes
*.prefs

# Mobile Tools for Java (J2ME)
.mtj.tmp/

# Package Files #
*.war
*.ear

# Maven
target/
target
pom.xml.tag
pom.xml.releaseBackup
pom.xml.versionsBackup
pom.xml.next
release.properties
dependency-reduced-pom.xml
buildNumber.properties
.mvn/timing.properties

# Logs
*.log

# Logs
*.fatjar

*/target/*

# webstorm
.idea

0 comments on commit f202366

Please sign in to comment.