diff options
Diffstat (limited to '')
-rw-r--r-- | options/gitignore/Leiningen | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/options/gitignore/Leiningen b/options/gitignore/Leiningen new file mode 100644 index 0000000..a4cb69a --- /dev/null +++ b/options/gitignore/Leiningen @@ -0,0 +1,14 @@ +pom.xml +pom.xml.asc +*.jar +*.class +/lib/ +/classes/ +/target/ +/checkouts/ +.lein-deps-sum +.lein-repl-history +.lein-plugins/ +.lein-failures +.nrepl-port +.cpcache/ |