From 7013d5584af24ed012863d658bb47d3ba9c133b1 Mon Sep 17 00:00:00 2001 From: intiluha Date: Tue, 18 Jun 2024 08:24:57 +0000 Subject: [PATCH] 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 --- programs/git.json | 5 ----- 1 file changed, 5 deletions(-) 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, -- 2.47.3