diff options
Diffstat (limited to '.gitconfig')
| -rw-r--r-- | .gitconfig | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -38,4 +38,10 @@ defaultBranch = main [commit] - gpgsign = true + gpgsign = true + +[filter "lfs"] + required = true + clean = git-lfs clean -- %f + smudge = git-lfs smudge -- %f + process = git-lfs filter-process |
