nandi/frqpublic Fork 0
1a1f153978042881c58e2b4cb3e6fee421694a7a
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.

A third target, and the seam that was already waiting for it f54ca45 · on 1a1f153978042881c58e2b4cb3e6fee421694a7a · nandi · yesterday
.gitignore · 27 lines · 528 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
# The native libraries `just lib` links out of the DotSlash cache.
/build/

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

# Nix build symlinks.
/result
/result-*

# buck2 output tree.
/buck-out/

# nrepl-server drops this next to the deps file for editors to find.
.nrepl-port

# samizdat writes its journal into whatever project it is pointed at.
.samizdat/

# Python bytecode, from the loader the .modal/ containers import.
__pycache__/

# The mirror `just web-local` keeps of the Modal-built web bundle.
.web-local/