.gitattributes 375 B

1234567891011121314151617
  1. # Auto detect text files and perform LF normalization
  2. * text=auto
  3. # Files that should always be text and normalized to native line endings
  4. *.lua text
  5. *.md text
  6. *.mod text
  7. *.txt text
  8. # Files that should always be text and use CRLF line endings
  9. *.bat text eol=crlf
  10. # Files that are truly binary and should not be modified.
  11. *.b3d binary
  12. *.ogg binary
  13. *.png binary
  14. *.jpg binary