From 69d6edc2369b91f9adf92a65879529aef6069714 Mon Sep 17 00:00:00 2001 From: Francisco Javier Ahijado Date: Tue, 3 Nov 2020 11:48:14 +0100 Subject: [PATCH] Added to take into account attributes in file types. --- .gitattributes | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..5c17f0a --- /dev/null +++ b/.gitattributes @@ -0,0 +1,28 @@ +* text=auto eol=lf + +*.java text diff=java +*.gradle text diff=groovy +*.gradle.kts text diff=groovy +*.css text diff=css +*.df text +*.htm text diff=html +*.html text diff=html +*.js text +*.jsp text +*.jspf text +*.jspx text +*.properties text +*.tld text +*.tag text +*.tagx text +*.xml text +*.yml text +*.yaml text + +*.class binary +*.dll binary +*.ear binary +*.jar binary +*.so binary +*.war binary +*.jks binary