Updated gitconfig with global excludes file
This commit is contained in:
parent
db9497bd5c
commit
bce39b0781
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
||||||
pushall = !git remote | xargs -L1 git push --all
|
pushall = !git remote | xargs -L1 git push --all
|
||||||
[core]
|
[core]
|
||||||
autocrlf = input
|
autocrlf = input
|
||||||
|
excludesfile = /Users/acicchetti/.gitignore
|
||||||
[include]
|
[include]
|
||||||
path = ~/.gitconfig_local
|
path = ~/.gitconfig_local
|
||||||
[credential]
|
[credential]
|
||||||
|
|
Loading…
Add table
Reference in a new issue