add git-lfs config
This commit is contained in:
parent
bb31c017c4
commit
b06f3aeb86
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue