From 9382c30d35f39dd5de6534478d1c739facb0721b Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Fri, 23 Feb 2018 18:05:38 +0100 Subject: [PATCH] Add gitattributes --- .gitattributes | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..4bcedf401 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,33 @@ +* text=false + +# Force the following filetypes to have unix eols, so Windows does not break them +*.php text eol=lf +*.js text eol=lf +*.sh text eol=lf +*.css text eol=lf +*.md text eol=lf +*.txt text eol=lf +*.htaccess text eol=lf +*.json text eol=lf + +*.png binary +*.jpg binary +*.jpeg binary +*.gif binary +*.ico binary +*.mov binary +*.mp4 binary +*.mp3 binary +*.flv binary +*.fla binary +*.swf binary +*.gz binary +*.zip binary +*.7z binary +*.ttf binary +*.eot binary +*.woff binary +*.pyc binary +*.pdf binary +*.dat binary +*.z binary \ No newline at end of file