Update .gitignore

This commit is contained in:
funkemunky
2020-01-10 11:03:03 -05:00
parent 1b08498948
commit 35b0f78efe
+6
View File
@@ -21,3 +21,9 @@
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
# project stuff
*.iml
target/**
out/**
.idea/**