Update .gitignore

This commit is contained in:
Jamie Mac 2022-01-14 10:33:47 +00:00
parent 6476ceaa8b
commit 7cb657bac6

4
.gitignore vendored
View File

@ -10,6 +10,9 @@
# Mobile Tools for Java (J2ME)
.mtj.tmp/
#ignore target directory
/target/
# Package Files #
*.jar
*.war
@ -24,7 +27,6 @@
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
/target/
bin/
.classpath
.DS_Store