From 1b7bb246c263d58c69a9fcda85cf53b0983d3310 Mon Sep 17 00:00:00 2001 From: Olivier Lamy Date: Thu, 24 Apr 2014 11:55:10 +1000 Subject: [PATCH] add .gitattributes file --- .gitattributes | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .gitattributes 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