From f18c9ff0d419e6103bfe9321cfc46518f14b5631 Mon Sep 17 00:00:00 2001 From: mi Date: Thu, 6 Nov 2025 21:20:34 +1000 Subject: [PATCH] :lightning: track image assets --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitattributes b/.gitattributes index faf757d..1f8a3a0 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,5 @@ +**/*.jpg filter=lfs diff=lfs merge=lfs -text +**/*.png filter=lfs diff=lfs merge=lfs -text +**/*.gif filter=lfs diff=lfs merge=lfs -text *.png filter=lfs diff=lfs merge=lfs -text *.ico filter=lfs diff=lfs merge=lfs -text