1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Build outputs: the boot image, the staged libraries, the APK.
/android/build/
# jolt-native, cloned by `just lib` when there is no sibling checkout.
/.jolt-native/
# Tool caches.
/.jolt/
/.lsp/
/.clj-kondo/
# Nix build symlinks.
/result
/result-*
|