diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-02-18 03:54:59 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-02-18 03:54:59 +0900 |
| commit | 82ab037791efdd1409d232efd068729544f315d3 (patch) | |
| tree | 89e6fc61c74ccb306cab4e6336a9bb61038e38e3 /ar/.config | |
| parent | f92e962358adfbfc6e87c7e03e0aefdbd5aff968 (diff) | |
Diffstat (limited to 'ar/.config')
| -rw-r--r-- | ar/.config/git/config | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ar/.config/git/config b/ar/.config/git/config index 3d9b746..1cdd37f 100644 --- a/ar/.config/git/config +++ b/ar/.config/git/config @@ -92,3 +92,8 @@ [credential "https://gist.github.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 |
