diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..c2277aa --- /dev/null +++ b/.gitattributes @@ -0,0 +1,21 @@ + +# normalize these files. Always LF on checkout and always LF on checkin +.gitignore eol=lf +.gitattributes eol=lf +*.php text eol=lf +*.phtml text eol=lf +*.html text eol=lf +*.sh text eol=lf +*.ini text eol=lf +*.css text eol=lf +*.js text eol=lf + +# Binary files, should never be normalized. +*.exe binary +*.dll binary +*.so binary +*.png binary +*.jpg binary +*.jpeg binary +*.gif binary +*.ico binary