Ignore the editor tooling's caches
clojure-lsp and clj-kondo write these on first analysis, and running a task from the repo root drops a .cpcache beside them. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
8d2eb15 parent: e98a184 modified
.gitignore +7 -0 | @@ -22,3 +22,10 @@ | ||
| 22 | 22 | # nix build output symlinks |
| 23 | 23 | result |
| 24 | 24 | result-* |
| 25 | + | |
| 26 | +# Editor tooling's own caches: clojure-lsp and clj-kondo write these on the | |
| 27 | +# first analysis, and jolt's classpath cache lands here when a task runs from | |
| 28 | +# the repo root rather than a project directory. | |
| 29 | +/.lsp/ | |
| 30 | +/.clj-kondo/ | |
| 31 | +/.cpcache/ | |
| @@ -22,3 +22,10 @@ | |||
| 22 | # nix build output symlinks | 22 | # nix build output symlinks |
| 23 | result | 23 | result |
| 24 | result-* | 24 | result-* |
| 25 | + | ||
| 26 | +# Editor tooling's own caches: clojure-lsp and clj-kondo write these on the | ||
| 27 | +# first analysis, and jolt's classpath cache lands here when a task runs from | ||
| 28 | +# the repo root rather than a project directory. | ||
| 29 | +/.lsp/ | ||
| 30 | +/.clj-kondo/ | ||
| 31 | +/.cpcache/ | ||