From ffb782fe0c9d5dd4368c35ce005e78c9bfe5e435 Mon Sep 17 00:00:00 2001 From: wenjie Date: Tue, 16 Mar 2021 01:41:50 +0800 Subject: [PATCH] chore: set binary type for files (#417) --- .gitattributes | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitattributes b/.gitattributes index fcadb2c..ac10488 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,7 @@ * text eol=lf +# Denote all files that are truly binary and should not be modified. +*.png binary +*.jpg binary +*.mp3 binary +*.icns binary +*.gif binary