From 2e3b4dea824af204c49ee3310896faf6d107a8c8 Mon Sep 17 00:00:00 2001 From: Matthias Piepkorn <mpiepk@gmail.com> Date: Fri, 27 Jan 2017 22:53:54 +0000 Subject: [PATCH] Fix .gitignore, add .gitattributes --- .gitattributes | 20 ++++++++++++++++++++ 1 files changed, 20 insertions(+), 0 deletions(-) diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..2b70adf --- /dev/null +++ b/.gitattributes @@ -0,0 +1,20 @@ +* text=auto + +*.html text eol=lf +*.java text eol=lf +*.js text eol=lf +*.json text eol=lf +*.jsp text eol=lf +*.md text eol=lf +*.properties text eol=lf +*.svg text auto +*.xml text eol=lf +*.xsl text eol=lf + +*.png binary +*.jpg binary +*.gif binary +*.ttf binary +*.eot binary +*.otf binary +*.woff binary -- Gitblit v1.9.1