Update Java.gitignore
This commit is contained in:
parent
a5481c9e3a
commit
e2c38da5b7
@ -1,5 +1,13 @@
|
|||||||
*.class
|
*.class
|
||||||
|
|
||||||
|
# Eclipse editor
|
||||||
|
.classpath
|
||||||
|
.project
|
||||||
|
.settings/
|
||||||
|
|
||||||
|
# Log file
|
||||||
|
.log
|
||||||
|
|
||||||
# BlueJ files
|
# BlueJ files
|
||||||
*.ctxt
|
*.ctxt
|
||||||
|
|
||||||
@ -11,5 +19,8 @@
|
|||||||
*.war
|
*.war
|
||||||
*.ear
|
*.ear
|
||||||
|
|
||||||
|
# Vagrant
|
||||||
|
.vagrant
|
||||||
|
|
||||||
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
|
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
|
||||||
hs_err_pid*
|
hs_err_pid*
|
||||||
|
Loading…
Reference in New Issue
Block a user