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