mirror of
https://github.com/martinvonz/jj.git
synced 2025-02-11 15:07:06 +00:00
docs: fix incorrect XDG env variable
This commit is contained in:
parent
4dd554aa69
commit
ae8f6a3837
1 changed files with 1 additions and 1 deletions
|
@ -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 `$XDG_CONFIG_DIR/git/ignore` and `$GIT_DIR/info/exclude`.
|
||||
as in `$XDG_CONFIG_HOME/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:
|
||||
|
|
Loading…
Reference in a new issue