chore: preserve reference files byte-for-byte
.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.
This commit is contained in:
parent
e60e8d3e60
commit
4fc5f80b21
80 changed files with 92493 additions and 92490 deletions
3
.gitattributes
vendored
3
.gitattributes
vendored
|
|
@ -2,3 +2,6 @@
|
||||||
*.png binary
|
*.png binary
|
||||||
*.pdf binary
|
*.pdf binary
|
||||||
*.xlsx binary
|
*.xlsx binary
|
||||||
|
|
||||||
|
# Reference material is preserved byte-for-byte as CI Server wrote it.
|
||||||
|
99-reference/** -text
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue