commit 44a65a788c550c35d35ca483b771f5bc88649155 Author: Pinya <800pin.ru@gmail.com> Date: Thu Dec 14 20:09:38 2017 +0300 add .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..69dab8a --- /dev/null +++ b/.gitattributes @@ -0,0 +1,28 @@ +.github export-ignore +.gitattributes export-ignore +*readme.md export-ignore +*README.md export-ignore + +* text=auto + +# GitHub +.github text +.gitattributes text +*.md text + +# Source files +*.lua text +*.xml text +*.toc text + +# Fonts +*.ttf binary + +# Sounds +*.ogg binary +*.mp3 binary +*.wav binary + +# Textures +*.blp binary +*.tga binary \ No newline at end of file