From 65f85b2bdd94fda3bdcde939b36a30c7fbc810da Mon Sep 17 00:00:00 2001 From: seehi <6580@pm.me> Date: Mon, 26 Feb 2024 12:46:34 +0800 Subject: [PATCH] Add .gitattributes to treat certain files as binary --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitattributes b/.gitattributes index 7f1424434..867a5ad7b 100644 --- a/.gitattributes +++ b/.gitattributes @@ -12,6 +12,10 @@ *.jpg binary *.gif binary *.ico binary +*.jpeg binary +*.mp3 binary +*.zip binary + # Preserve original line endings for specific document files *.doc text eol=crlf