From dc51d92357013aedfd0756cc0b514904b7f4db6c Mon Sep 17 00:00:00 2001 From: Bryan Gilbert Date: Fri, 27 Sep 2013 07:05:17 -0400 Subject: [PATCH] Leiningen builds to /target directory in a project by default. Adding to base gitignore file as literally every leiningen project uses it for build artifacts --- Leiningen.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Leiningen.gitignore b/Leiningen.gitignore index 40fbb289..13fc01d3 100644 --- a/Leiningen.gitignore +++ b/Leiningen.gitignore @@ -3,4 +3,5 @@ pom.xml /lib/ /classes/ /targets/ +/target/ .lein-deps-sum