diff --git a/.gitconfig b/.gitconfig index c07d6d8..94eb4ae 100644 --- a/.gitconfig +++ b/.gitconfig @@ -169,3 +169,7 @@ [mergetool "sourcetree"] cmd = /Applications/SourceTree.app/Contents/Resources/opendiff-w.sh \"$LOCAL\" \"$REMOTE\" -ancestor \"$BASE\" -merge \"$MERGED\" trustExitCode = true +[filter "lfs"] + clean = git-lfs clean %f + smudge = git-lfs smudge %f + required = true