15 lines
313 B
INI
15 lines
313 B
INI
[user]
|
|
name = Simon Bruder
|
|
email = simon@sbruder.de
|
|
signingkey = 51276B7B829AF24674F2AA716F03E0000CC5B62F
|
|
[commit]
|
|
gpgsign = true
|
|
[core]
|
|
excludesfile = ~/.gitignore
|
|
quotepath = off
|
|
[filter "lfs"]
|
|
process = git-lfs filter-process
|
|
required = true
|
|
clean = git-lfs clean -- %f
|
|
smudge = git-lfs smudge -- %f
|