update gitignore again
This commit is contained in:
parent
9fccf9b6a1
commit
bb169bbd6f
9
.gitignore
vendored
9
.gitignore
vendored
|
@ -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
|
Reference in a new issue