# Normalize line endings to LF in the repository, checkout as-is on all platforms
* text=auto eol=lf

# Windows-specific files keep CRLF
*.bat text eol=crlf
*.ps1 text eol=crlf

# Binaries
*.exe binary
*.pdb binary
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
