From ceeefdc6a4b1c271439559825bd77654b69b77a4 Mon Sep 17 00:00:00 2001 From: scored wrench Date: Tue, 17 Dec 2024 19:19:32 +0800 Subject: [PATCH] docs: fix incorrect gitignore path --- docs/working-copy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/working-copy.md b/docs/working-copy.md index 13e9932cea..2e7174debe 100644 --- a/docs/working-copy.md +++ b/docs/working-copy.md @@ -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: