Sfoglia il codice sorgente

Add .gitignore for Leiningen projects

pull/143/head
Vitaly _Vi Shukela 13 anni fa
parent
commit
8b8ff44ec7
2 ha cambiato i file con 6 aggiunte e 0 eliminazioni
  1. 1
    0
      Clojure.gitignore
  2. 5
    0
      Leiningen.gitignore

+ 1
- 0
Clojure.gitignore Vedi File

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

+ 5
- 0
Leiningen.gitignore Vedi File

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

Loading…
Annulla
Salva