.gitattributes 611 B

123456789101112131415161718192021222324252627282930313233
  1. # Base normalization
  2. * text=auto eol=lf
  3. # Native scripts keep LF
  4. *.sh text eol=lf
  5. *.ets text eol=lf
  6. *.ts text eol=lf
  7. *.js text eol=lf
  8. *.json text eol=lf
  9. *.json5 text eol=lf
  10. *.md text eol=lf
  11. # Windows batch scripts
  12. *.bat text eol=crlf
  13. # Binary and archive-like artifacts
  14. *.har -text
  15. *.so -text
  16. *.a -text
  17. *.bin -text
  18. *.png -text
  19. *.jpg -text
  20. *.jpeg -text
  21. *.gif -text
  22. *.mp3 -text
  23. *.flac -text
  24. *.wav -text
  25. *.zip -text
  26. *.7z -text
  27. # Existing LFS mapping
  28. ijkplayer/libs/arm64-v8a/libijkffmpeg.z.so filter=lfs diff=lfs merge=lfs -text
  29. ijkplayer/libs/armeabi-v7a/libijkffmpeg.z.so filter=lfs diff=lfs merge=lfs -text