cat/.gitignore

16 lines
159 B
Plaintext
Raw Normal View History

2019-01-11 22:10:58 +00:00
/target
/lib
/classes
/checkouts
pom.xml
dev-config.edn
test-config.edn
2019-02-13 19:23:40 +00:00
#*.jar
2019-01-11 22:10:58 +00:00
*.class
/.lein-*
profiles.clj
/.env
.nrepl-port
/log
2019-02-13 19:23:40 +00:00
.idea
configure-releases.sh