25 lines
453 B
Text
25 lines
453 B
Text
# Created by https://www.toptal.com/developers/gitignore/api/clojure
|
|
# Edit at https://www.toptal.com/developers/gitignore?templates=clojure
|
|
|
|
### Clojure ###
|
|
pom.xml
|
|
pom.xml.asc
|
|
*.jar
|
|
*.class
|
|
/lib/
|
|
/classes/
|
|
/bin/
|
|
/node_modules/
|
|
/.lumo_cache/
|
|
/target/
|
|
/checkouts/
|
|
.lein-deps-sum
|
|
.lein-repl-history
|
|
.lein-plugins/
|
|
.lein-failures
|
|
.nrepl-port
|
|
.cpcache/
|
|
.clj-kondo/*/
|
|
/cljs-test-runner-out/
|
|
|
|
# End of https://www.toptal.com/developers/gitignore/api/clojure
|