From a010db615fae4fbf8ecfdaff5530a4d84107d984 Mon Sep 17 00:00:00 2001 From: Blaine Bublitz Date: Mon, 1 Jan 2018 20:12:47 -0700 Subject: [PATCH] Scaffold: Mark *.png and *.jpg as binary files to git --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitattributes b/.gitattributes index fcadb2cf9..1de36465d 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,5 @@ * text eol=lf + +# Denote all files that are truly binary and should not be modified. +*.png binary +*.jpg binary