From 4b392d3e3f22d161c0ac39dec75b7630a6f8884d Mon Sep 17 00:00:00 2001 From: Apostolof Date: Thu, 21 Feb 2019 21:20:24 +0200 Subject: [PATCH] Minor git fix --- .gitattributes | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitattributes b/.gitattributes index 6313b56..9c53ca5 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,7 @@ +# Set the default behavior, in case people don't have core.autocrlf set. * text=auto eol=lf + +# Denote all files that are truly binary and should not be modified. +*.png binary +*.jpg binary +*.ico binary \ No newline at end of file