From 059d3235bac200ea0d59de9681f619a3fca26027 Mon Sep 17 00:00:00 2001 From: Xtreak Date: Sun, 18 Mar 2018 10:40:50 +0530 Subject: [PATCH] Update .gitignore with .cpcache The current clojure deps tool creates .cpcache directory in the project directory while using .deps.edn --- Leiningen.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Leiningen.gitignore b/Leiningen.gitignore index a9fe6fba..a4cb69a3 100644 --- a/Leiningen.gitignore +++ b/Leiningen.gitignore @@ -11,3 +11,4 @@ pom.xml.asc .lein-plugins/ .lein-failures .nrepl-port +.cpcache/