16 lines
298 B
Plaintext
16 lines
298 B
Plaintext
# Needed for publishing of examples, build worker defaults to core.autocrlf=input.
|
|
* text eol=autocrlf
|
|
|
|
*.mof text eol=crlf
|
|
*.sh text eol=lf
|
|
*.svg eol=lf
|
|
|
|
# Ensure any exe files are treated as binary
|
|
*.exe binary
|
|
*.jpg binary
|
|
*.xl* binary
|
|
*.pfx binary
|
|
*.png binary
|
|
*.dll binary
|
|
*.so binary
|