mirror of
https://github.com/taoensso/telemere.git
synced 2025-12-18 10:11:10 +00:00
[nop] Add initial .gitignore
This commit is contained in:
parent
61cb1c93f7
commit
2cd1ec736a
1 changed files with 16 additions and 0 deletions
16
.gitignore
vendored
Normal file
16
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,16 @@
|
||||||
|
pom.xml*
|
||||||
|
.lein*
|
||||||
|
.nrepl-port
|
||||||
|
*.jar
|
||||||
|
*.class
|
||||||
|
.env
|
||||||
|
.DS_Store
|
||||||
|
/lib/
|
||||||
|
/classes/
|
||||||
|
/target/
|
||||||
|
/checkouts/
|
||||||
|
/logs/
|
||||||
|
/.clj-kondo/.cache
|
||||||
|
.idea/
|
||||||
|
*.iml
|
||||||
|
/wiki/.git
|
||||||
Loading…
Reference in a new issue