git config filter lfs

This commit is contained in:
thek4n 2025-04-30 22:25:20 +03:00
parent 5774abe938
commit b6f366f7d2

View File

@ -53,3 +53,9 @@
path = ~/.config/git/url-aliases
path = ~/.config/git/aliases
path = ~/.config/git/local
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true