From: intiluha Date: Tue, 18 Jun 2024 08:24:57 +0000 (+0000) Subject: remove .gitignore rule (#416) X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/7013d5584af24ed012863d658bb47d3ba9c133b1 remove .gitignore rule (#416) .config/git/ignore file is for listing global ignore rules for all user repositories. $HOME/.gitignore file is for listing ignore rules for $HOME repository (if you have any). They are not the same --- diff --git a/programs/git.json b/programs/git.json index 2144edf..62b6f46 100644 --- a/programs/git.json +++ b/programs/git.json @@ -6,11 +6,6 @@ "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,