nandi/jolt-nativepublic Fork 0
c131fc627e173c8f2ca84d0f2809ac8b22dc1a03
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 8d2eb15 · on c131fc627e173c8f2ca84d0f2809ac8b22dc1a03 · nandi · 11d ago
.gitignore · 31 lines · 802 BGDScript3 Blame HistoryRaw
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
/target

# buck2 output tree.
/buck-out

# reindeer's working tree: the vendored crate sources and cargo's own
# download cache. Regenerated by `reindeer vendor`, not carried in the repo.
/third-party/rust/vendor
/third-party/rust/.cargo

# Written by the `buck` recipe: this checkout own path, not a shared setting.
/.buckconfig.local

# Staged output of `just buck-build`.
/build/

# jolt's dependency-resolution cache, and the port file its nREPL server
# writes for an editor to find.
**/.jolt/cpcache/
**/.nrepl-port

# nix build output symlinks
result
result-*

# Editor tooling's own caches: clojure-lsp and clj-kondo write these on the
# first analysis, and jolt's classpath cache lands here when a task runs from
# the repo root rather than a project directory.
/.lsp/
/.clj-kondo/
/.cpcache/