From b50a03f2568cd63a56b34edd8a5fb59ee2ef33c6 Mon Sep 17 00:00:00 2001 From: HoldYourWaffle Date: Tue, 21 Nov 2023 01:17:31 +0100 Subject: [PATCH] Limit binary attribute for txt files to snapshots --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 3176f9529..457a482c3 100644 --- a/.gitattributes +++ b/.gitattributes @@ -9,4 +9,4 @@ Dockerfile export-ignore docker-compose.yml export-ignore phpstan.neon export-ignore phpunit.xml export-ignore -*.txt binary +tests/__snapshots__/**/*.txt binary