Updated gitconfig with global excludes file

This commit is contained in:
Anthony Cicchetti 2021-02-05 08:06:52 -05:00
parent db9497bd5c
commit bce39b0781

View file

@ -6,6 +6,7 @@
pushall = !git remote | xargs -L1 git push --all
[core]
autocrlf = input
excludesfile = /Users/acicchetti/.gitignore
[include]
path = ~/.gitconfig_local
[credential]