From ff539b3b3cadb3ddc98f878822d0959d76810a03 Mon Sep 17 00:00:00 2001 From: dpsutton <dan@dpsutton.com> Date: Wed, 20 Oct 2021 15:24:30 -0500 Subject: [PATCH] Correctly ignore cache (.cache) (#18561) also move it down with the other lsp bits --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index b41ae1537ac..0b23e51bdd9 100644 --- a/.gitignore +++ b/.gitignore @@ -80,8 +80,8 @@ dev/src/dev/nocommit/ **/cypress_sample_dataset.json /frontend/src/cljs .shadow-cljs -.clj-kondo/cache/ # lsp: ignore all but the config file .lsp/* !.lsp/config.edn +.clj-kondo/.cache -- GitLab