# Normalize to LF in the repo and in the working tree. Windows tooling copes;
# CRLF in gradlew does not (it breaks the shebang under Git Bash / on CI).
* text=auto eol=lf

gradlew      text eol=lf
*.sh         text eol=lf
*.bat        text eol=crlf
*.cmd        text eol=crlf

*.jar        binary
*.apk        binary
*.aab        binary
*.keystore   binary
*.jks        binary
*.png        binary
