wrps-demo-kit/.gitattributes
Clio Liu 4fc5f80b21 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.
2026-09-02 15:17:49 +10:00

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