Permalink
Please sign in to comment.
Showing
with
6 additions
and 0 deletions.
- +1 −0 Clojure.gitignore
- +5 −0 Leiningen.gitignore
1
Clojure.gitignore
| @@ -0,0 +1 @@ | ||
| +Leiningen.gitignore |
5
Leiningen.gitignore
| @@ -0,0 +1,5 @@ | ||
| +pom.xml | ||
| +*jar | ||
| +/lib/ | ||
| +/classes/ | ||
| +.lein-deps-sum |
0 comments on commit
8b8ff44