From ca2c732d6639c2fffa5a2523cce5f8e3b6f03775 Mon Sep 17 00:00:00 2001 From: Dave Halter Date: Sat, 2 Jan 2021 12:27:24 +0100 Subject: [PATCH] PNGs are not text and should not be normalized --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitattributes b/.gitattributes index 443d3cc5..74f0a3d8 100644 --- a/.gitattributes +++ b/.gitattributes @@ -5,3 +5,6 @@ # force all text files on the working dir to have LF line endings # https://git-scm.com/docs/gitattributes#_eol * text eol=lf + +# PNGs are not text and should not be normalized +*.png -text