about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2022-07-26 15:50:11 +0900
committerNguyễn Gia Phong <mcsinyx@disroot.org>2022-07-26 18:08:57 +0900
commit2bd1d51a910c35f68926c03fd1422635ee32a43e (patch)
treed9f127b2da15c3d7a36e0a10eec23327e39ae8b4
parent045a6efa3119c319900756f3847ec2e87a9d2c45 (diff)
downloaddotfiles-2bd1d51a910c35f68926c03fd1422635ee32a43e.tar.gz
Enable git LFS support
-rw-r--r--dev/.gitconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/dev/.gitconfig b/dev/.gitconfig
index 58af7c9..5a733de 100644
--- a/dev/.gitconfig
+++ b/dev/.gitconfig
@@ -24,3 +24,8 @@
 	gpgsign = true
 [pretty]
 	fixes = Fixes: %h (\"%s\")
+[filter "lfs"]
+	clean = git-lfs clean -- %f
+	smudge = git-lfs smudge -- %f
+	process = git-lfs filter-process
+	required = true