nandi/libjavapublic Fork 0
main
Commits
Clone
git clone https://git.rickub.com/nandi/libjava.git
git clone ssh://git@rickub.com/nandi/libjava.git

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

.gitignore · 17 lines · 278 BText Blame HistoryRaw
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
# Build outputs
build/
out/
nimcache/
.cpcache/

# clj-kondo / clojure-lsp caches
.clj-kondo/.cache/
.lsp/.cache/
*.class

# Compiled test/example binaries (nim c -r drops these next to the source)
/tests/tlibjava
/examples/demo

# Clojure example binary
/examples/clojure_demo