Update .gitignore
This commit is contained in:
committed by
GitHub
parent
590848f80a
commit
bc36a14c1e
37
.gitignore
vendored
37
.gitignore
vendored
@@ -1,23 +1,20 @@
|
|||||||
# Compiled class file
|
# Maven build files
|
||||||
*.class
|
target
|
||||||
|
|
||||||
# Log file
|
|
||||||
*.log
|
*.log
|
||||||
|
maven-eclipse.xml
|
||||||
|
build.properties
|
||||||
|
site-content
|
||||||
|
*~
|
||||||
|
|
||||||
# BlueJ files
|
# IntelliJ IDEA files
|
||||||
*.ctxt
|
.idea
|
||||||
|
.iws
|
||||||
|
*.iml
|
||||||
|
*.ipr
|
||||||
|
|
||||||
# Mobile Tools for Java (J2ME)
|
# Eclipse files
|
||||||
.mtj.tmp/
|
.settings
|
||||||
|
.classpath
|
||||||
# Package Files #
|
.project
|
||||||
*.jar
|
.externalToolBuilders
|
||||||
*.war
|
.checkstyle
|
||||||
*.nar
|
|
||||||
*.ear
|
|
||||||
*.zip
|
|
||||||
*.tar.gz
|
|
||||||
*.rar
|
|
||||||
|
|
||||||
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
|
|
||||||
hs_err_pid*
|
|
||||||
|
|||||||
Reference in New Issue
Block a user