From d8a57eabc0f98232852684eaf45ae9af593355c9 Mon Sep 17 00:00:00 2001 From: Florian Bauer Date: Sun, 25 Sep 2022 20:59:11 +0200 Subject: [PATCH] chore: Added .gitattributes file. --- .gitattributes | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..154e662 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,40 @@ + +* text=auto +*.md text diff=markdown +*.java text diff=java +*.kt text diff=kotlin + +AUTHORS text +LICENSE text + +*.bmp binary +*.gif binary +*.ico binary +*.jpg binary +*.jpeg binary +*.pdf binary +*.png binary +*.svg binary +*.svgz binary +*.tif binary +*.tiff binary + +*.css text diff=css +*.htm text diff=html +*.html text diff=html +*.xml text +*.xhtml text diff=html + +*.class binary +*.dll binary +*.ear binary +*.exe binary +*.jar binary +*.so binary +*.war binary +*.jks binary + +*.bat text eol=crlf +*.cmd text eol=crlf +*.ps1 text eol=crlf +