Add "*.jar binary" to .gitattributes

This commit is contained in:
Denis Zharkov
2020-06-22 12:17:32 +03:00
parent be2d6b99f6
commit 9b5b882dcb

1
.gitattributes vendored
View File

@@ -3,5 +3,6 @@
* text=auto * text=auto
* eol=lf * eol=lf
*.png binary *.png binary
*.jar binary
compiler/cli/bin/* eol=lf compiler/cli/bin/* eol=lf
compiler/cli/bin/*.bat eol=crlf compiler/cli/bin/*.bat eol=crlf