mirror of https://github.com/status-im/timbre.git
Update .gitignore
This commit is contained in:
parent
2248084653
commit
7b2bacb0ef
|
@ -1,12 +1,13 @@
|
||||||
/target
|
/target/
|
||||||
/lib
|
/lib/
|
||||||
/classes
|
/classes/
|
||||||
/checkouts
|
/checkouts/
|
||||||
/logs
|
/logs/
|
||||||
/docs
|
/docs/
|
||||||
/doc
|
/doc/
|
||||||
*.jar
|
/*.jar
|
||||||
*.class
|
/*.class
|
||||||
.lein*
|
/.lein*
|
||||||
pom.xml*
|
/pom.xml*
|
||||||
.env
|
/.env
|
||||||
|
.DS_Store
|
Loading…
Reference in New Issue