diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..9f4a02f2 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,10 @@ +* text=auto + +.lua text eol=crlf +.glsl text eol=crlf +.txt text eol=crlf +.md text eol=crlf + +*.ogg binary +*.png binary +*.jpg binary