From 52cf2ed337f44863437a8240a76ba6fd9cc78a6c Mon Sep 17 00:00:00 2001 From: Bryan Hazelbaker Date: Fri, 17 Apr 2015 14:15:40 -0700 Subject: [PATCH] Forcing old images to not be CRLF conformed due to new gitattributes file. --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitattributes b/.gitattributes index 6e42739a..cbcd3fe9 100644 --- a/.gitattributes +++ b/.gitattributes @@ -9,3 +9,5 @@ dist/**/*.woff binary dist/**/*.woff2 binary dist/**/*.png binary dist/*.html text + +src/main/html/images/*.png binary