1
0
Fork 0

add git-lfs config

This commit is contained in:
Luca Bilke 2024-05-02 19:43:26 +02:00
parent bb31c017c4
commit b06f3aeb86
1 changed files with 5 additions and 0 deletions

View File

@ -18,3 +18,8 @@
gpgsign = true
[include]
path = ~/.config/git/host-setup
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true