From 268c6e76c33522935d838450c66a5be040b58878 Mon Sep 17 00:00:00 2001 From: Jacob Dufault Date: Mon, 17 Apr 2017 21:59:08 -0700 Subject: [PATCH] Set png to binary --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitattributes b/.gitattributes index fcb38360..07d1ddd9 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,6 @@ +# Binary files +*.png binary + # By default, use platform specific endings. * text eol=auto