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