From 14b08d1001b32fd6754e56e23905c0e4fd89ae57 Mon Sep 17 00:00:00 2001 From: deepend-tildeclub <58404188+deepend-tildeclub@users.noreply.github.com> Date: Sat, 14 Feb 2026 17:27:31 -0700 Subject: [PATCH] Update .gitattributes for binary file types --- .gitattributes | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitattributes b/.gitattributes index 5d6de171..9f34ad0d 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2,3 +2,9 @@ *.bat text eol=crlf *.cmd text eol=crlf *.ps1 text eol=crlf +*.png binary +*.ico binary +*.jpg binary +*.jpeg binary +*.gif binary +*.webp binary