From 3aed0b95534c60b26254292e951c8a9c5badc786 Mon Sep 17 00:00:00 2001 From: Carl Cravens Date: Tue, 6 Oct 2020 17:17:01 -0400 Subject: [PATCH] tell git .png and .waff files are not text (#3211) --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitattributes b/.gitattributes index 6313b56c5..9002d5bab 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,4 @@ * text=auto eol=lf +*.png -text +*.waff -text +*.waff2 -text