From a61e3cd68928bed5ae748a591042660e41623d3d Mon Sep 17 00:00:00 2001 From: arkon Date: Sat, 11 Jan 2020 16:13:08 -0500 Subject: [PATCH] Mark JAR as binary too --- .gitattributes | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/.gitattributes b/.gitattributes index 7b9779ee53..1ca443da48 100644 --- a/.gitattributes +++ b/.gitattributes @@ -4,18 +4,16 @@ # Windows forced line-endings /.idea/* text eol=crlf +# Gradle wrapper +*.jar binary + +# Images *.webp binary *.png binary *.jpg binary *.jpeg binary *.gif binary *.ico binary -*.mov binary -*.mp4 binary -*.mp3 binary -*.flv binary -*.fla binary -*.swf binary *.gz binary *.zip binary *.7z binary @@ -23,7 +21,4 @@ *.eot binary *.woff binary *.pyc binary -*.pdf binary -*.ez binary -*.bz2 binary *.swp binary