summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorBrahmajit Das <listout@listout.xyz>2025-12-04 18:20:05 +0000
committerBrahmajit Das <listout@listout.xyz>2025-12-04 18:20:05 +0000
commit0c8fd7bd724728346cc9166d50eabcfe50ea2bb9 (patch)
tree7a1e8345ff84c347c05145b2183d312ade47270d /.config
parentaf9aa0dc9465292c19c232ee8e7ae674fb35f98d (diff)
downloaddots-0c8fd7bd724728346cc9166d50eabcfe50ea2bb9.tar.gz
git: add lfs filter rule
Signed-off-by: Brahmajit Das <listout@listout.xyz>
Diffstat (limited to '')
-rw-r--r--.config/git/config5
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