12 lines
261 B
Text
12 lines
261 B
Text
# Normalize line endings: LF everywhere (so shell scripts work in Linux containers),
|
|
# CRLF only for Windows-specific PowerShell scripts.
|
|
* text=auto eol=lf
|
|
|
|
*.ps1 text eol=crlf
|
|
|
|
*.png binary
|
|
*.jpg binary
|
|
*.ico binary
|
|
*.woff binary
|
|
*.woff2 binary
|
|
*.dump binary
|