# The target is Linux: LF in the repository and in the working tree, wherever development
# happens. Without this, a shell script edited on Windows reaches the server with CRLF and
# fails at its shebang, with an error that names nothing useful.
* text=auto eol=lf

# Binaries: git keeps its hands off the contents.
*.png   binary
*.jpg   binary
*.jpeg  binary
*.gif   binary
*.webp  binary
*.pdf   binary
*.zip   binary
*.sqlite binary
*.sqlite3 binary
*.db    binary
