diff options
| author | Craig Jennings <c@cjennings.net> | 2026-04-27 10:12:35 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-04-27 10:12:35 -0500 |
| commit | f6d5356f567848ec7259bd2b9dc09b6da5aed5f3 (patch) | |
| tree | afa114da86c3cd493cef772fdaddf223d0a68f39 | |
| parent | 7e9f87d2279cb18ac1807bbd1d97c180cadce6e4 (diff) | |
| download | archsetup-f6d5356f567848ec7259bd2b9dc09b6da5aed5f3.tar.gz archsetup-f6d5356f567848ec7259bd2b9dc09b6da5aed5f3.zip | |
feat(gitconfig): Add Git LFS filter configuration
| -rw-r--r-- | dotfiles/common/.gitconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dotfiles/common/.gitconfig b/dotfiles/common/.gitconfig index 36cfe25..4a788b1 100644 --- a/dotfiles/common/.gitconfig +++ b/dotfiles/common/.gitconfig @@ -23,3 +23,8 @@ [credential "https://gist.deepsat.ghe.com"] helper = helper = !/usr/bin/gh auth git-credential +[filter "lfs"] + clean = git-lfs clean -- %f + smudge = git-lfs smudge -- %f + process = git-lfs filter-process + required = true |
