Skip to content

Commit

Permalink
remove .gitignore rule (#416)
Browse files Browse the repository at this point in the history
.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
  • Loading branch information
intiluha authored Jun 18, 2024
1 parent 3d65bfc commit 7013d55
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions programs/git.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 7013d55

Please sign in to comment.