diff options
| author | Brahmajit Das <listout@listout.xyz> | 2025-12-04 18:20:05 +0000 |
|---|---|---|
| committer | Brahmajit Das <listout@listout.xyz> | 2025-12-04 18:20:05 +0000 |
| commit | 0c8fd7bd724728346cc9166d50eabcfe50ea2bb9 (patch) | |
| tree | 7a1e8345ff84c347c05145b2183d312ade47270d /.config/git/config | |
| parent | af9aa0dc9465292c19c232ee8e7ae674fb35f98d (diff) | |
| download | dots-0c8fd7bd724728346cc9166d50eabcfe50ea2bb9.tar.gz | |
git: add lfs filter rule
Signed-off-by: Brahmajit Das <listout@listout.xyz>
Diffstat (limited to '')
| -rw-r--r-- | .config/git/config | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.config/git/config b/.config/git/config index 02f7d36..8cf70ab 100644 --- a/.config/git/config +++ b/.config/git/config @@ -46,3 +46,8 @@ useHttpPath = true [log] abbrevCommit = true +[filter "lfs"] + clean = git-lfs clean -- %f + smudge = git-lfs smudge -- %f + process = git-lfs filter-process + required = true |
