From: Rick Venutolo Date: Wed, 25 Jan 2023 11:43:23 +0000 (-0500) Subject: `~/.gitignore` can be moved to `XDG_CONFIG_HOME/git/ignore` (#215) X-Git-Tag: v0.2.0.2~104 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/7dfed3786b142573ed25383575bd404b52a0ca70 `~/.gitignore` can be moved to `XDG_CONFIG_HOME/git/ignore` (#215) https://git-scm.com/docs/gitignore --- 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,