Things.
This commit is contained in:
19
.gitignore
vendored
19
.gitignore
vendored
@@ -1,17 +1,7 @@
|
||||
# ---> Java
|
||||
# Compiled class file
|
||||
*.class
|
||||
|
||||
# Log file
|
||||
*.log
|
||||
|
||||
# BlueJ files
|
||||
*.ctxt
|
||||
|
||||
# Mobile Tools for Java (J2ME)
|
||||
.mtj.tmp/
|
||||
|
||||
# Package Files #
|
||||
*.jar
|
||||
*.war
|
||||
*.nar
|
||||
@@ -19,8 +9,11 @@
|
||||
*.zip
|
||||
*.tar.gz
|
||||
*.rar
|
||||
|
||||
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
|
||||
hs_err_pid*
|
||||
replay_pid*
|
||||
|
||||
/.metadata/
|
||||
**/.settings/
|
||||
**/.classpath
|
||||
**/.project
|
||||
**/bin/
|
||||
.old/
|
||||
|
Reference in New Issue
Block a user