update gitignore again

This commit is contained in:
Gered 2014-03-23 15:44:59 -04:00
parent 9fccf9b6a1
commit bb169bbd6f

9
.gitignore vendored
View file

@ -1,3 +1,4 @@
.DS_Store
/target /target
/lib /lib
/classes /classes
@ -9,6 +10,10 @@ pom.xml
.nrepl-* .nrepl-*
.env .env
*.log *.log
.settings .settings/
.project
.classpath
.idea .idea
*.iml *.iml
*.ipr
*.iws