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
|
||||
/lib
|
||||
/classes
|
||||
/checkouts
|
||||
/logs
|
||||
/docs
|
||||
/doc
|
||||
*.jar
|
||||
*.class
|
||||
.lein*
|
||||
pom.xml*
|
||||
.env
|
||||
/target/
|
||||
/lib/
|
||||
/classes/
|
||||
/checkouts/
|
||||
/logs/
|
||||
/docs/
|
||||
/doc/
|
||||
/*.jar
|
||||
/*.class
|
||||
/.lein*
|
||||
/pom.xml*
|
||||
/.env
|
||||
.DS_Store
|
Loading…
Reference in New Issue