From 188aa349ccf4d18a7f74cba0af9aa19c7bb24c8f Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Mon, 5 Jan 2026 08:34:20 +0000 Subject: [PATCH] [git] Add LFS config --- git/.gitconfig | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/git/.gitconfig b/git/.gitconfig index 1bbd3bd..fd842a7 100644 --- a/git/.gitconfig +++ b/git/.gitconfig @@ -46,6 +46,12 @@ autoStash = 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"] insteadOf = "https://github.com/2315-Media"