diff --git a/gitconfig b/gitconfig index f773420..3a12014 100644 --- a/gitconfig +++ b/gitconfig @@ -80,8 +80,3 @@ [mergetool "Kaleidoscope"] cmd = ksdiff --merge --output \"$MERGED\" --base \"$BASE\" -- \"$LOCAL\" --snapshot \"$REMOTE\" --snapshot trustExitCode = true - -[filter "lfs"] - clean = git-lfs clean %f - smudge = git-lfs smudge %f - required = true