]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/commitdiff
remove .gitignore rule (#416)
authorintiluha <iluha@intiluha.xyz>
Tue, 18 Jun 2024 08:24:57 +0000 (08:24 +0000)
committerGitHub <noreply@github.com>
Tue, 18 Jun 2024 08:24:57 +0000 (10:24 +0200)
.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

programs/git.json

index 2144edfc5b2cbb8475b94cf40d660f193e632ea0..62b6f465475384c064b98ad31cb22ed47bfd81e0 100644 (file)
@@ -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,