From: Denis Chenu Date: Tue, 1 Apr 2014 12:58:35 +0000 (+0200) Subject: gitattributes X-Git-Url: http://gitweb.wikimedia.es/?a=commitdiff_plain;h=e2f33d9aa298000b880b41aceb7c830550e60242;p=limesurvey%2FAuthWMESbyDB 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