Skip to content

Commit add669b

Browse files
committedMay 23, 2015
Improve .gitignore
1 parent dd44bf7 commit add669b

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed
 

‎.gitignore

+13-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,13 @@
1-
# Created by .ignore support plugin (hsz.mobi)
1+
# Created by .ignore support plugin (hsz.mobi)
2+
### Leiningen template
3+
pom.xml
4+
pom.xml.asc
5+
*jar
6+
target/
7+
.lein-deps-sum
8+
.lein-repl-history
9+
.lein-plugins/
10+
.lein-failures
11+
.nrepl-port
12+
13+

0 commit comments

Comments
 (0)
Please sign in to comment.