Explorar el Código

Add .gitignore for Leiningen projects

pull/143/head
Vitaly _Vi Shukela hace 13 años
padre
commit
8b8ff44ec7
Se han modificado 2 ficheros con 6 adiciones y 0 borrados
  1. 1
    0
      Clojure.gitignore
  2. 5
    0
      Leiningen.gitignore

+ 1
- 0
Clojure.gitignore Ver fichero

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

+ 5
- 0
Leiningen.gitignore Ver fichero

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

Cargando…
Cancelar
Guardar