From 9b5b882dcbd60b66f6b3c062376af46052473eb1 Mon Sep 17 00:00:00 2001 From: Denis Zharkov Date: Mon, 22 Jun 2020 12:17:32 +0300 Subject: [PATCH] Add "*.jar binary" to .gitattributes --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 63366bd8297..11f20b0679e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -3,5 +3,6 @@ * text=auto * eol=lf *.png binary +*.jar binary compiler/cli/bin/* eol=lf compiler/cli/bin/*.bat eol=crlf