From b07d075513a3e3efec8153560033608a0df751f4 Mon Sep 17 00:00:00 2001 From: Foxlet Date: Tue, 17 Feb 2015 18:51:28 -0500 Subject: [PATCH] Allow images as Binary for UserDocs Files kept breaking inside the repo, this should fix it. --- .gitattributes | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index f3874774f..9a0b0b250 100644 --- a/.gitattributes +++ b/.gitattributes @@ -4,4 +4,5 @@ # mmdb files are binary *.mmdb binary - +# PNGs are also binary (it broke the docs) +*.png binary