From 2d7ee65a0eb1788b7143dd740c80a6dc1c1d2624 Mon Sep 17 00:00:00 2001 From: "Blue (Lukas Rieger)" Date: Sun, 29 Dec 2019 18:51:24 +0100 Subject: [PATCH] Add .gitattributes --- .gitattributes | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..1a45d083 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +# Normalize as LF in the repository, OS native locally +* text=auto + +*.bat text eol=crlf +gradlew text eol=lf +*.sh text eol=lf + +*.java text +*.java diff=java + +# Binary files that should not be modified +*.dat binary +*.db binary +*.icns binary +*.ico binary +*.jar binary +*.jks binary +*.jpg binary +*.key binary +*.png binary +*.ttf binary +*.wav binary +JavaApplicationStub binary