Skip to content

Commit

Permalink
docs: fix incorrect gitignore path
Browse files Browse the repository at this point in the history
  • Loading branch information
petricavalry authored and martinvonz committed Dec 17, 2024
1 parent f87c6ed commit 2a56303
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/working-copy.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ control. You can tell Jujutsu to not automatically track certain files by using
`.gitignore` files (there's no such thing as `.jjignore` yet).
See https://git-scm.com/docs/gitignore for details about the format.
`.gitignore` files are supported in any directory in the working copy, as well
as in `$HOME/.gitignore` and `$GIT_DIR/info/exclude`.
as in `$XDG_CONFIG_DIR/git/ignore` and `$GIT_DIR/info/exclude`.

Ignored files are never tracked automatically (regardless of the value of
`snapshot.auto-track`), but they can still end up being tracked for a few reasons:
Expand Down

0 comments on commit 2a56303

Please sign in to comment.