From 4f3cb2a53deab4acfc00e9da239c217a1681e495 Mon Sep 17 00:00:00 2001 From: Agent X <44549182+Agent-11@users.noreply.github.com> Date: Mon, 11 Dec 2023 16:55:55 -0500 Subject: [PATCH] Add ico to gitattributes as binary file --- .gitattributes | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index e2b8d264..48a9e36a 100644 --- a/.gitattributes +++ b/.gitattributes @@ -23,4 +23,5 @@ *.bin binary *.m64 binary *.png binary -*.aiff binary \ No newline at end of file +*.aiff binary +*.ico binary \ No newline at end of file