.gitattributes normalised the CI Server exports under 99-reference/ to LF. They are a format specification and must match what CI Server actually wrote, so mark the folder -text and restore the originals.
7 lines
153 B
Text
7 lines
153 B
Text
* text=auto eol=lf
|
|
*.png binary
|
|
*.pdf binary
|
|
*.xlsx binary
|
|
|
|
# Reference material is preserved byte-for-byte as CI Server wrote it.
|
|
99-reference/** -text
|