update gitignore
This commit is contained in:
parent
145ecc5ddb
commit
74fa65feaf
10
.gitignore
vendored
10
.gitignore
vendored
|
@ -1,13 +1,13 @@
|
||||||
.DS_Store
|
.DS_Store
|
||||||
/target
|
target/
|
||||||
/classes
|
classes/
|
||||||
/checkouts
|
checkouts/
|
||||||
pom.xml
|
pom.xml
|
||||||
pom.xml.asc
|
pom.xml.asc
|
||||||
*.jar
|
*.jar
|
||||||
*.class
|
*.class
|
||||||
/.lein-*
|
.lein-*
|
||||||
/.nrepl-port
|
.nrepl-port
|
||||||
.settings/
|
.settings/
|
||||||
.project
|
.project
|
||||||
.classpath
|
.classpath
|
||||||
|
|
Loading…
Reference in a new issue