From 7dfed3786b142573ed25383575bd404b52a0ca70 Mon Sep 17 00:00:00 2001 From: Rick Venutolo Date: Wed, 25 Jan 2023 06:43:23 -0500 Subject: [PATCH] `~/.gitignore` can be moved to `XDG_CONFIG_HOME/git/ignore` (#215) https://git-scm.com/docs/gitignore --- programs/git.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/programs/git.json b/programs/git.json index 697808c..61a41bd 100644 --- a/programs/git.json +++ b/programs/git.json @@ -6,6 +6,11 @@ "movable": true, "help": "XDG is supported out-of-the-box, so we can simply move the file to _XDG_CONFIG_HOME/git/config_.\n" }, + { + "path": "$HOME/.gitignore", + "movable": true, + "help": "XDG is supported out-of-the-box, so we can simply move the file to _XDG_CONFIG_HOME/git/ignore_.\n" + }, { "path": "$HOME/.git-credentials", "movable": true, -- 2.47.3