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]
|
[core]
|
||||||
autocrlf = false
|
autocrlf = false
|
||||||
editor = vim
|
editor = vim
|
||||||
excludesfile = ~/.yadr/gitignore_global
|
excludesfile = ~/.yadr/git/gitignore
|
||||||
[advice]
|
[advice]
|
||||||
statusHints = false
|
statusHints = false
|
||||||
[diff]
|
[diff]
|
||||||
|
Loading…
Reference in New Issue
Block a user