瀏覽代碼

Add .gitignore for Leiningen projects

pull/143/head
Vitaly _Vi Shukela 13 年之前
父節點
當前提交
8b8ff44ec7
共有 2 個文件被更改,包括 6 次插入0 次删除
  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

Loading…
取消
儲存