nandi/frqpublic Fork 0
cb6465fccc6da348e4ea2d1530b2b36ad97e451a
Commits
Clone
git clone https://git.rickub.com/nandi/frq.git
git clone ssh://git@rickub.com/nandi/frq.git

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

Ignore the classpath cache, which is this machine's answer e8e4fa0 · on cb6465fccc6da348e4ea2d1530b2b36ad97e451a · nandi · 18d ago
.gitignore · 23 lines · 470 BMySQL 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
# Build outputs: the boot image, the staged libraries, the APK.
/android/build/

# libvidya, staged out of jolt-native by the `buck` recipe.
/android/prebuilt/

# buck2 output tree.
/buck-out
# Written by the `buck` recipe: this machine's paths, not a shared setting.
/.buckconfig.local

# jolt-native, cloned by `just lib` when there is no sibling checkout.
/.jolt-native/

# Tool caches.
/.cpcache/
/.jolt/
/.lsp/
/.clj-kondo/

# Nix build symlinks.
/result
/result-*