From fa0dccb8a7ad02da9484eecb643305ff4ffa76aa Mon Sep 17 00:00:00 2001 From: Aroy-Art Date: Mon, 13 Jan 2025 21:38:21 +0100 Subject: [PATCH] Git Config: setup git lfs filters --- Configs/Git/.gitconfig | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Configs/Git/.gitconfig b/Configs/Git/.gitconfig index 0b8e8e3..7ff5ce7 100644 --- a/Configs/Git/.gitconfig +++ b/Configs/Git/.gitconfig @@ -28,6 +28,12 @@ [credential] helper = store +[filter "lfs"] + clean = git-lfs clean -- %f + smudge = git-lfs smudge -- %f + process = git-lfs filter-process + required = true + [interactive] diffFilter = delta --color-only --features=interactive