From 6a4ea1b0c5637f7b4a308941b177463fd2140c4a Mon Sep 17 00:00:00 2001 From: sct Date: Sat, 24 Apr 2021 09:10:36 +0900 Subject: [PATCH] chore: fix gitattributes for images [skip ci] --- .gitattributes | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/.gitattributes b/.gitattributes index fcadb2cf..2883a5d2 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,26 @@ * text eol=lf + +# +## These files are binary and should be left untouched +# + +# (binary is a macro for -text -diff) +*.png binary +*.jpg binary +*.jpeg binary +*.gif binary +*.ico binary +*.mov binary +*.mp4 binary +*.mp3 binary +*.flv binary +*.fla binary +*.swf binary +*.gz binary +*.zip binary +*.7z binary +*.ttf binary +*.eot binary +*.woff binary +*.pyc binary +*.pdf binary