From c518cfd3cd1b4b32b6cd4f1020d81e2bbbf0f8ed Mon Sep 17 00:00:00 2001 From: mi Date: Fri, 7 Nov 2025 16:37:10 +1000 Subject: [PATCH] :bento: track *.ico --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index ada2674..fbc98c3 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,4 @@ **/*.jpg filter=lfs diff=lfs merge=lfs -text **/*.png filter=lfs diff=lfs merge=lfs -text **/*.gif filter=lfs diff=lfs merge=lfs -text +**/*.ico filter=lfs diff=lfs merge=lfs -text