Fix excludes file in gitconfig
It was pointing to .yadr/gitignore_global, a symlink that no longer exits. Point it to .yadr/git/gitignore instead.
This commit is contained in:
parent
408116eea2
commit
4b5b1ab160
@ -98,7 +98,7 @@
|
||||
[core]
|
||||
autocrlf = false
|
||||
editor = vim
|
||||
excludesfile = ~/.yadr/gitignore_global
|
||||
excludesfile = ~/.yadr/git/gitignore
|
||||
[advice]
|
||||
statusHints = false
|
||||
[diff]
|
||||
|
Loading…
Reference in New Issue
Block a user