1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
/target
# buck2 output tree.
/buck-out
# reindeer's working tree: the vendored crate sources and cargo's own
# download cache. Regenerated by `reindeer vendor`, not carried in the repo.
/third-party/rust/vendor
/third-party/rust/.cargo
# Written by the `buck` recipe: this checkout own path, not a shared setting.
/.buckconfig.local
# Staged output of `just buck-build`.
/build/
# jolt's dependency-resolution cache, and the port file its nREPL server
# writes for an editor to find.
**/.jolt/cpcache/
**/.nrepl-port
|