# Enforce LF line endings for all text files
* text=auto eol=lf

# Windows-specific scripts that require CRLF
*.bat text eol=crlf
*.cmd text eol=crlf

# Docker
Dockerfile text eol=lf
.dockerignore text eol=lf


# Explicitly binary
*.db binary
*.wasm binary
*.png binary
*.jpg binary
*.ico binary

.github/workflows/*.lock.yml linguist-generated=true merge=ours