jj/.gitignore
Austin Seipp 882d528718 gitignore: add /buck-out/ to ignore list
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>
2024-09-07 21:07:18 -05:00

20 lines
337 B
Plaintext

/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/