# Normalize line endings. Shell scripts MUST stay LF or they break in Linux containers.
* text=auto eol=lf

*.sh        text eol=lf
*.cs        text eol=lf
*.csproj    text eol=lf
*.props     text eol=lf
*.json      text eol=lf
*.yml       text eol=lf
*.yaml      text eol=lf
Dockerfile  text eol=lf

# Binaries
*.png binary
*.jpg binary
*.ico binary
*.woff2 binary
