From 916be915c265ff95cf8430b2a9e266a8d744c82c Mon Sep 17 00:00:00 2001 From: Wekuz Date: Mon, 25 May 2026 17:02:39 +0300 Subject: [PATCH] Add git LFS --- dot_config/git/executable_config | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dot_config/git/executable_config b/dot_config/git/executable_config index 2fe8bd7..1913353 100644 --- a/dot_config/git/executable_config +++ b/dot_config/git/executable_config @@ -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