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