From 736a9708b17f887b6486e7cbb922fe026acbee52 Mon Sep 17 00:00:00 2001 From: legonzaur Date: Fri, 17 May 2024 18:46:59 +0200 Subject: [PATCH] add .ico to lfs --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index fce7936..0b2ac6b 100644 --- a/.gitattributes +++ b/.gitattributes @@ -4,3 +4,4 @@ *.mp3 filter=lfs diff=lfs merge=lfs -text *.wav filter=lfs diff=lfs merge=lfs -text *.opus filter=lfs diff=lfs merge=lfs -text +*.ico filter=lfs diff=lfs merge=lfs -text