nandi/jolt-nativepublic Fork 0
e40b795
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.

Merge remote-tracking branch 'origin/main' into claude/gitlab-ci-nixbuild-e6037f

nandi committed 2026-09-07T19:08:54-07:00 Browse files
e40b795 parents: 7b6f701 8d2eb15
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/