From d08b68bd4c49ad0b86a9cb932d37411751165195 Mon Sep 17 00:00:00 2001 From: Ben Date: Sun, 6 Sep 2026 08:33:05 +0100 Subject: [PATCH] Exclude documentation screenshots from distributions --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 35c95fa27..3b789001e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,3 @@ # Exclude test directory from composer distributions /tests export-ignore +/docs/screenshots export-ignore