# Keep text files normalized to LF in the repository and working tree,
# independent of each contributor's core.autocrlf setting.
* text=auto eol=lf

# Binary assets and fixture/archive formats should never be EOL-normalized.
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.webp binary
*.ico binary
*.pdf binary
*.gz binary
*.zip binary
*.db binary
*.sqlite binary
*.sqlite3 binary
*.duckdb binary
*.wasm binary
*.ttf binary
*.otf binary
*.eot binary
*.woff binary
*.woff2 binary

# OpenAPI TypeScript client generated by frontend/scripts/generate-api-client.mjs.
frontend/src/lib/api/generated/** linguist-generated=true

# Paraglide runtime generated from frontend/messages/*.json.
frontend/src/lib/paraglide/** linguist-generated=true
