1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# 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
|