From 588ba82a5ea3c6a4bc9f81b9d2f85788fcf3f9ff Mon Sep 17 00:00:00 2001 From: Joshua Lock Date: Tue, 26 Jul 2022 11:45:08 +0100 Subject: [PATCH] Update gitattributes for test data The test data should not be modified, regardless of host and settings Signed-off-by: Joshua Lock --- .gitattributes | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitattributes b/.gitattributes index c35f57e2..d37f0228 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,2 @@ -# All JSON files will always have LF line endings on checkout. -# This prevents git replacing line endings with CRLF on Windows. -*.json text eol=lf +# Test data should not be modified on checkout, regardless of host settings +*.json binary