This website works better with JavaScript
Home
Explore
Register
Sign In
SongZihuan
/
GitIgnore
mirror of
https://github.com/github/gitignore.git
Watch
1
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
Add .gitignore for Leiningen projects
Vitaly _Vi Shukela
14 years ago
parent
0e80099258
commit
8b8ff44ec7
2 changed files
with
6 additions
and
0 deletions
Split View
Show Diff Stats
1
0
Clojure.gitignore
5
0
Leiningen.gitignore
+ 1
- 0
Clojure.gitignore
View File
@@ -0,0 +1 @@
+Leiningen.gitignore
+ 5
- 0
Leiningen.gitignore
View File
@@ -0,0 +1,5 @@
+pom.xml
+*jar
+/lib/
+/classes/
+.lein-deps-sum