From b8255857e83ffc913d67cbcf9178c36fe94570fb Mon Sep 17 00:00:00 2001 From: kingcody Date: Sun, 6 Sep 2015 03:15:40 -0400 Subject: [PATCH] fix(gen): denote images as binaries in .gitattributes [ci skip] --- .gitattributes | 6 ++++++ app/templates/.gitattributes | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/.gitattributes b/.gitattributes index fcadb2cf9..f49b99cfa 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,7 @@ * text eol=lf + +# Denote all files that are truly binary and should not be modified. +*.png binary +*.gif binary +*.jpg binary +*.jpeg binary diff --git a/app/templates/.gitattributes b/app/templates/.gitattributes index fcadb2cf9..f49b99cfa 100644 --- a/app/templates/.gitattributes +++ b/app/templates/.gitattributes @@ -1 +1,7 @@ * text eol=lf + +# Denote all files that are truly binary and should not be modified. +*.png binary +*.gif binary +*.jpg binary +*.jpeg binary