From 4c634092836de1a80546e8074cea6850c49f3c51 Mon Sep 17 00:00:00 2001 From: Ivan Galban Date: Sun, 5 Feb 2023 11:28:36 -0600 Subject: [PATCH] Update Leiningen.gitignore Also ignore clojure-lsp and clj-kondo cache. --- Leiningen.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Leiningen.gitignore b/Leiningen.gitignore index a4cb69a3..c983676f 100644 --- a/Leiningen.gitignore +++ b/Leiningen.gitignore @@ -12,3 +12,5 @@ pom.xml.asc .lein-failures .nrepl-port .cpcache/ +.lsp/.cache +.clj-kondo/.cache