18 lines
299 B
Plaintext
18 lines
299 B
Plaintext
# Normalize text files to LF in the repository.
|
|
* text=auto eol=lf
|
|
|
|
# Windows scripts should stay CRLF when present.
|
|
*.bat text eol=crlf
|
|
*.cmd text eol=crlf
|
|
*.ps1 text eol=crlf
|
|
|
|
# Binary assets
|
|
*.dll binary
|
|
*.exe binary
|
|
*.gif binary
|
|
*.ico binary
|
|
*.jpeg binary
|
|
*.jpg binary
|
|
*.png binary
|
|
*.zip binary
|