diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..ed5a6a78 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,11 @@ +*.jar binary + +# Auto detect text files and perform LF normalization +* text=auto + +*.java text diff=java +*.html text diff=html +*.xml text diff=xml +*.css text +*.js text +*.sql text \ No newline at end of file