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:
Clio Liu 2026-09-02 15:17:49 +10:00
parent e60e8d3e60
commit 4fc5f80b21
80 changed files with 92493 additions and 92490 deletions

3
.gitattributes vendored
View file

@ -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