From d4fff5b93322ff06c63923c907022a731f18ae8b Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Mon, 10 Sep 2018 20:31:04 +0100 Subject: [PATCH] added jpg and png as binary files --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitattributes b/.gitattributes index 9c59e8e..679dcff 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,10 @@ # crlf line endings for text files * text eol=crlf +# Denote all files that are truly binary and should not be modified. +*.png binary +*.jpg binary + # Custom for Visual Studio *.cs diff=csharp