Merge pull request #143 from vi/master
Adds gitignore for Leiningen projects
This commit is contained in:
commit
17ae0da61e
2 changed files with 6 additions and 0 deletions
1
Clojure.gitignore
Symbolic link
1
Clojure.gitignore
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
Leiningen.gitignore
|
||||
5
Leiningen.gitignore
Normal file
5
Leiningen.gitignore
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
pom.xml
|
||||
*jar
|
||||
/lib/
|
||||
/classes/
|
||||
.lein-deps-sum
|
||||
Loading…
Add table
Add a link
Reference in a new issue