forked from mirrors/jj
5547e28cea
This lays the basic groundwork to invoke buck2 in a way that barely works and builds nothing. The `jj.bzl` code will be used in some upcoming diffs to add `BUCK` files to the various crates. Signed-off-by: Austin Seipp <aseipp@pobox.com>
19 lines
314 B
Text
19 lines
314 B
Text
/target/
|
|
/rendered-docs
|
|
.direnv
|
|
.envrc
|
|
# generated by nix build, nix-build
|
|
result
|
|
# buck2
|
|
/buck-out/
|
|
/.buckconfig.local
|
|
# generated by the insta crate
|
|
*.pending-snap
|
|
*.snap*
|
|
!cli/tests/cli-reference@.md.snap
|
|
|
|
# Editor specific ignores
|
|
.idea
|
|
|
|
# Generated by setting `JJ_TRACE` environment variable.
|
|
jj-trace-*.json
|