From 06d1c1c7ee6663dba1b132ee1b6569094b944a98 Mon Sep 17 00:00:00 2001 From: davotoula Date: Wed, 1 Jul 2026 10:51:27 +0200 Subject: [PATCH] chore: mark *.gz as binary in .gitattributes --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000..1fbeadf800 --- /dev/null +++ b/.gitattributes @@ -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