Add git LFS

This commit is contained in:
Wekuz 2026-05-25 17:02:39 +03:00
parent 7c43d373d6
commit 916be915c2
Signed by: Wekuz
GPG key ID: 2E502F2AABD32DF9

View file

@ -59,3 +59,8 @@
printf \"\nMost-active dates, with commit count and %%...\n\"; git active-days | head -7; \
printf \"\nMost-active files, with churn count\n\"; git churn | head -7; \
}; f"
[filter "lfs"]
required = true
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process