chore: mark *.gz as binary in .gitattributes

This commit is contained in:
davotoula
2026-07-01 10:51:27 +02:00
parent 385f0bd459
commit 06d1c1c7ee

4
.gitattributes vendored Normal file
View File

@@ -0,0 +1,4 @@
# Gzip-compressed test corpora (e.g. nostr_vitor_startup_data.json.gz): treat as
# binary so git never applies CRLF/text normalization or textual diff/merge, which
# would corrupt the compressed stream (important on Windows checkouts).
*.gz binary