From f18ec04fd882bed78a99477f9d092b7fb57a8f80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20P=C5=82azie=C5=84ski?= Date: Tue, 23 May 2023 21:19:12 +0200 Subject: [PATCH] Configure lfs --- .gitconfig | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitconfig b/.gitconfig index de5c550..1a40a1e 100644 --- a/.gitconfig +++ b/.gitconfig @@ -71,3 +71,8 @@ old = red bold new = green bold whitespace = red reverse +[filter "lfs"] + clean = git-lfs clean -- %f + smudge = git-lfs smudge -- %f + process = git-lfs filter-process + required = true