update gitignore
This commit is contained in:
parent
871e690e1c
commit
9de07f22ef
15
.gitignore
vendored
15
.gitignore
vendored
|
@ -1,13 +1,18 @@
|
||||||
|
.DS_Store
|
||||||
/target
|
/target
|
||||||
/classes
|
/classes
|
||||||
/checkouts
|
/checkouts
|
||||||
|
/out
|
||||||
pom.xml
|
pom.xml
|
||||||
pom.xml.asc
|
pom.xml.asc
|
||||||
*.jar
|
*.jar
|
||||||
*.class
|
*.class
|
||||||
/.lein-*
|
.lein-*
|
||||||
/.nrepl-port
|
.nrepl-port
|
||||||
.hgignore
|
/*.project
|
||||||
.hg/
|
/*.classpath
|
||||||
.idea
|
/.settings/
|
||||||
*.iml
|
*.iml
|
||||||
|
*.ipr
|
||||||
|
*.iws
|
||||||
|
.idea
|
Loading…
Reference in a new issue