nandi/frqpublic Fork 0
5129987e73e4eeb554341ae6cd20888b4964bd4d
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.

Take every jolt-native half from the release, and only from there a008d3b · on 5129987e73e4eeb554341ae6cd20888b4964bd4d · nandi · 18d ago
.gitignore · 20 lines · 360 BMySQL Blame HistoryRaw
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
# Build outputs: the boot image and the APK.
/android/build/

# The native libraries `just lib` links out of the DotSlash cache.
/build/

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

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

# Nix build symlinks.
/result
/result-*