Browse Source

Merge pull request #833 from benmoss/master

Leiningen by default creates a 'target' directory, not 'targets'
Carl Suster 11 năm trước cách đây
mục cha
commit
d72190c56a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Leiningen.gitignore

+ 1 - 1
Leiningen.gitignore

@@ -2,7 +2,7 @@ pom.xml
 *jar
 /lib/
 /classes/
-/targets/
+/target/
 .lein-deps-sum
 .lein-repl-history
 .lein-plugins/