Procházet zdrojové kódy

Merge pull request #833 from benmoss/master

Leiningen by default creates a 'target' directory, not 'targets'
Carl Suster před 11 roky
rodič
revize
d72190c56a
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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/