Ver Fonte

Add .gitignore for Leiningen projects

Vitaly _Vi Shukela há 14 anos atrás
pai
commit
8b8ff44ec7
2 ficheiros alterados com 6 adições e 0 exclusões
  1. 1 0
      Clojure.gitignore
  2. 5 0
      Leiningen.gitignore

+ 1 - 0
Clojure.gitignore

@@ -0,0 +1 @@
+Leiningen.gitignore

+ 5 - 0
Leiningen.gitignore

@@ -0,0 +1,5 @@
+pom.xml
+*jar
+/lib/
+/classes/
+.lein-deps-sum