From ec95c1c01c9fa0d963abe2d7b846ebd750e4b2bd Mon Sep 17 00:00:00 2001 From: Oliver Nybroe Date: Tue, 2 Sep 2025 09:47:08 +0200 Subject: [PATCH 1/2] Update gitattributes file Add workbench, types and phpstan config files to `export-ignore`. --- .gitattributes | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 59a14dec..8bd8eab7 100644 --- a/.gitattributes +++ b/.gitattributes @@ -9,12 +9,15 @@ /.github export-ignore /art export-ignore /tests export-ignore +/workbench export-ignore +/types export-ignore .editorconfig export-ignore .gitattributes export-ignore .gitignore export-ignore .styleci.yml export-ignore CHANGELOG.md export-ignore -phpstan.neon.dist export-ignore +phpstan.src.neon.dist export-ignore +phpstan.types.neon.dist export-ignore phpunit.xml.dist export-ignore RELEASE.md export-ignore UPGRADE.md export-ignore From f37895d30346e89e29fef741f350bf78c0a39d68 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Tue, 2 Sep 2025 07:59:00 -0500 Subject: [PATCH 2/2] Update .gitattributes --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 8bd8eab7..0ecbd330 100644 --- a/.gitattributes +++ b/.gitattributes @@ -9,8 +9,8 @@ /.github export-ignore /art export-ignore /tests export-ignore -/workbench export-ignore /types export-ignore +/workbench export-ignore .editorconfig export-ignore .gitattributes export-ignore .gitignore export-ignore