From 54f9a6630c7baf976371afa1bf821d12b3fc8c51 Mon Sep 17 00:00:00 2001 From: JamesRezo Date: Mon, 23 Dec 2024 15:53:48 +0100 Subject: [PATCH] fix: ignore .github and Docs directories at export (zip) --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitattributes b/.gitattributes index f5ab8b8..75cec1e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -3,3 +3,5 @@ /phpunit.xml.dist export-ignore /phpunit.7.5.xml export-ignore /tests/ export-ignore +/.github/ export-ignore +/Docs/ export-ignore