From e2f33d9aa298000b880b41aceb7c830550e60242 Mon Sep 17 00:00:00 2001 From: Denis Chenu Date: Tue, 1 Apr 2014 14:58:35 +0200 Subject: [PATCH] gitattributes --- .gitattributes | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..b50a94d --- /dev/null +++ b/.gitattributes @@ -0,0 +1,19 @@ +# Set default behaviour, in case users don't have core.autocrlf set. +* text=auto + +# Declare files that will always have LF line endings on checkout. +*.php text eol=lf +*.css text eol=lf +*.js text eol=lf +*.pstpl text eol=lf +*.html text eol=lf +*.sql text eol=lf +*.txt text eol=lf +*.lss text eol=lf + +# Denote all files that are truly binary and should not be modified. +*.jpg binary +*.png binary +*.gif binary +*.ico binary +*.mo binary -- 2.30.2