feat: use different .dtfiles config setup
This commit is contained in:
15
.gitconfig
Normal file
15
.gitconfig
Normal file
@ -0,0 +1,15 @@
|
||||
[user]
|
||||
name = Max Richter
|
||||
email = jim-x@web.de
|
||||
|
||||
[init]
|
||||
defaultBranch = main
|
||||
|
||||
[push]
|
||||
autoSetupRemote = true
|
||||
|
||||
[filter "lfs"]
|
||||
clean = git-lfs clean -- %f
|
||||
smudge = git-lfs smudge -- %f
|
||||
process = git-lfs filter-process
|
||||
required = true
|
Reference in New Issue
Block a user