From fd6d65b9566300c7f7b18a951539d307df8b424b Mon Sep 17 00:00:00 2001 From: Pascal Birchler Date: Tue, 5 Apr 2022 14:17:20 +0200 Subject: [PATCH] Add Git LFS config --- git/.gitconfig | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/git/.gitconfig b/git/.gitconfig index b9dac34..e61e82c 100644 --- a/git/.gitconfig +++ b/git/.gitconfig @@ -150,4 +150,10 @@ [include] # use separate file for username / github token / etc. # at the end so it can override any of the above configs - path = ~/.gitconfig.local \ No newline at end of file + path = ~/.gitconfig.local + +[filter "lfs"] + clean = git-lfs clean -- %f + smudge = git-lfs smudge -- %f + process = git-lfs filter-process + required = true