From 058e4e46a53a7436d6658970aa36e0b62fc4ecee Mon Sep 17 00:00:00 2001 From: Dan Allen Date: Fri, 11 Nov 2022 02:21:58 -0700 Subject: [PATCH] label jpg as binary file in .gitattributes --- .gitattributes | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.gitattributes b/.gitattributes index e0f3f0f5..036b1ba6 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,9 +1,6 @@ * text eol=lf - *.bat text eol=crlf - *.jar binary - +*.jpg binary *.png binary - -*.mmdb binary \ No newline at end of file +*.mmdb binary