[git] Add LFS config

This commit is contained in:
Andrew Williams
2026-01-05 08:34:20 +00:00
parent c5352aa0eb
commit 188aa349cc

View File

@@ -46,6 +46,12 @@
autoStash = true autoStash = true
updateRefs = true updateRefs = true
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
[url "ssh://git@github.com/2315-Media"] [url "ssh://git@github.com/2315-Media"]
insteadOf = "https://github.com/2315-Media" insteadOf = "https://github.com/2315-Media"