git: Add lfs
This commit is contained in:
parent
d7bc7c27bb
commit
27dd096f8c
1 changed files with 5 additions and 0 deletions
|
@ -3,3 +3,8 @@
|
||||||
name = Sijmen Schoon
|
name = Sijmen Schoon
|
||||||
[core]
|
[core]
|
||||||
editor = nvim
|
editor = nvim
|
||||||
|
[filter "lfs"]
|
||||||
|
clean = git-lfs clean -- %f
|
||||||
|
smudge = git-lfs smudge -- %f
|
||||||
|
process = git-lfs filter-process
|
||||||
|
required = true
|
||||||
|
|
Loading…
Reference in a new issue