Merge remote-tracking branch 'origin/main' into claude/gitlab-ci-nixbuild-e6037f
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/ | ||