mirror of
https://github.com/zarzet/SpotiFLAC-Mobile.git
synced 2026-09-13 13:29:09 +02:00
Trim after removing inline timestamps before matching speaker prefixes in Dart. Run one 21-case usability corpus through Dart, Go, and Kotlin tests. Document the shared fixture and trigger Dart and Go CI when its resources change.
28 lines
537 B
Plaintext
28 lines
537 B
Plaintext
* text=auto eol=lf
|
|
|
|
# Scripts executed on Unix runners must keep LF line endings.
|
|
*.sh text eol=lf
|
|
gradlew text eol=lf
|
|
|
|
# Windows scripts
|
|
*.bat text eol=crlf
|
|
*.cmd text eol=crlf
|
|
*.ps1 text eol=crlf
|
|
|
|
# Empty TSV fields and trailing lyric whitespace are intentional test data.
|
|
android/app/src/test/resources/lyrics_usability_cases.tsv whitespace=-blank-at-eol
|
|
|
|
# Binary files
|
|
*.png binary
|
|
*.jpg binary
|
|
*.jpeg binary
|
|
*.gif binary
|
|
*.webp binary
|
|
*.ico binary
|
|
*.pdf binary
|
|
*.zip binary
|
|
*.jar binary
|
|
*.aar binary
|
|
*.keystore binary
|
|
*.jks binary
|