# Normalise to LF in the repository. Without this, committing from Windows stores CRLF
# and `gradlew` and the Go sources break when checked out on Linux or built in Docker.
* text=auto eol=lf

# Windows-only scripts keep CRLF in the working tree.
*.bat text eol=crlf
*.cmd text eol=crlf
*.ps1 text eol=crlf

# Must stay LF: executed by a shell.
gradlew text eol=lf
*.sh text eol=lf

*.png binary
*.jar binary
*.apk binary
