nandi/jolt-nativepublic Fork 0
8d2eb15
Commits
Clone
git clone https://git.rickub.com/nandi/jolt-native.git
git clone ssh://git@rickub.com/nandi/jolt-native.git

Host key fingerprint (ed25519): SHA256:iycHnxEyq0Q7uyVpB7JlznP0G7JrTPXLYRcAU5CSLhc — verify it before your first connect.

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>
nandi committed 2026-09-07T19:01:43-07:00 Browse files
8d2eb15 parent: e98a184
modified .gitignore +7 -0
@@ -22,3 +22,10 @@
2222 # nix build output symlinks
2323 result
2424 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 symlinks22 # nix build output symlinks
23 result23 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/