Skip to content

Commit

Permalink
Update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
scompo committed Apr 18, 2016
1 parent ecb672a commit 823e6fa
Showing 1 changed file with 20 additions and 9 deletions.
29 changes: 20 additions & 9 deletions .gitignore
@@ -1,12 +1,23 @@
*.class
# Eclipse files.

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

# Package Files #
*.jar
*.war
*.ear
# Maven target.

# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
target/
pom.xml.tag
pom.xml.releaseBackup
pom.xml.next
release.properties

# Gradle.

bin
.gradle
build

# Others.

*~

0 comments on commit 823e6fa

Please sign in to comment.