[ADD][GIT] git-lfs configuration

This commit is contained in:
Bruno BELANYI 2019-10-02 13:50:41 +02:00
parent 00109974f0
commit 8225241746

View file

@ -28,3 +28,9 @@
chop = gc --prune=now
optimize = repack -a -d -f --depth=250 --window=250
pf = pull --ff-only
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true