2020-06-11 14:34:12 +00:00
|
|
|
[user]
|
|
|
|
name = Niklas
|
|
|
|
email = niklas@kapelle.org
|
2020-11-15 17:27:47 +00:00
|
|
|
[filter "lfs"]
|
|
|
|
clean = git-lfs clean -- %f
|
|
|
|
smudge = git-lfs smudge -- %f
|
|
|
|
process = git-lfs filter-process
|
|
|
|
required = true
|
2021-02-26 15:12:43 +00:00
|
|
|
[init]
|
|
|
|
defaultBranch = master
|
2021-05-24 13:30:34 +00:00
|
|
|
[core]
|
|
|
|
excludesFile = ~/.config/gitignore
|