| 123456789101112131415161718192021222324252627282930313233 |
- # Base normalization
- * text=auto eol=lf
- # Native scripts keep LF
- *.sh text eol=lf
- *.ets text eol=lf
- *.ts text eol=lf
- *.js text eol=lf
- *.json text eol=lf
- *.json5 text eol=lf
- *.md text eol=lf
- # Windows batch scripts
- *.bat text eol=crlf
- # Binary and archive-like artifacts
- *.har -text
- *.so -text
- *.a -text
- *.bin -text
- *.png -text
- *.jpg -text
- *.jpeg -text
- *.gif -text
- *.mp3 -text
- *.flac -text
- *.wav -text
- *.zip -text
- *.7z -text
- # Existing LFS mapping
- ijkplayer/libs/arm64-v8a/libijkffmpeg.z.so filter=lfs diff=lfs merge=lfs -text
- ijkplayer/libs/armeabi-v7a/libijkffmpeg.z.so filter=lfs diff=lfs merge=lfs -text
|