mirror of
https://github.com/zarzet/SpotiFLAC-Mobile.git
synced 2026-08-03 01:28:37 +02:00
25 lines
377 B
Plaintext
25 lines
377 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
|
|
|
|
# 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
|