forked from mirrors/jj
882d528718
While working on the Buck branch, I have been bitten about a million times by the following setup: - Hack away - Switch back to main - Run `jj st` after editing a file - `/buck-out` gets snapshotted, because it isn't ignored - Trip max snapshot filesize error - Pain There are a few ways to skin the cat but this is simplest. It's an incredibly small addition and it may be all for naught in the long run, but this will stem the bleeding, at least. Signed-off-by: Austin Seipp <aseipp@pobox.com>
19 lines
337 B
Text
19 lines
337 B
Text
/target/
|
|
/rendered-docs
|
|
.direnv
|
|
.envrc
|
|
# Generated by nix build, nix-build
|
|
result
|
|
# 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
|
|
|
|
# To make working on buck2 easier (#1997, #4413)
|
|
/buck-out/
|