[git] Remove excludesfile directive
This setting has always been the default. Remove it so git just uses its internal default.
This commit is contained in:
parent
1f088a1e8a
commit
d5f7b3e04c
1 changed files with 0 additions and 1 deletions
|
|
@ -4,7 +4,6 @@
|
||||||
[core]
|
[core]
|
||||||
editor = nvim
|
editor = nvim
|
||||||
quotepath = false
|
quotepath = false
|
||||||
excludesfile = ~/.gitignore
|
|
||||||
[color]
|
[color]
|
||||||
ui = auto
|
ui = auto
|
||||||
[alias]
|
[alias]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue