.gitattributes 179 B

1234567891011121314
  1. *.lua text
  2. *.md text
  3. *.txt text
  4. # .tmx is an XML file, thus it doesn't like CRs
  5. *.tmx text eol=lf
  6. *.png binary
  7. *.jpg binary
  8. *.ogg binary
  9. *.wav binary
  10. *.mp3 binary
  11. *.love binary