# Normalise line endings to LF in the repo; check out native on Windows.
* text=auto eol=lf

# Binary assets — never touch.
*.docx binary
*.png binary
*.jpg binary
*.jpeg binary
*.webp binary
*.avif binary
*.pdf binary
*.woff binary
*.woff2 binary
*.ttf binary
*.otf binary
*.ico binary

# Shell scripts and container files must stay LF even on Windows checkout.
*.sh text eol=lf
Dockerfile text eol=lf
*.yml text eol=lf
*.yaml text eol=lf
