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