diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000..23b2493344 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,15 @@ +* text=auto eol=lf + +*.js text +*.html text +*.less text +*.json text +*.css text +*.xml text +*.md text +*.txt text +*.yml text +*.sql text +*.sh text + +*.png binary \ No newline at end of file