From c7bbd606216d2a5ceea93e6a536c39f6636a1f90 Mon Sep 17 00:00:00 2001 From: Dan Wallis Date: Wed, 21 Jun 2023 12:58:42 +0100 Subject: [PATCH] Ensure phpstan/rules.neon is exported (#11508) --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitattributes b/.gitattributes index e28d16514..bd516c568 100644 --- a/.gitattributes +++ b/.gitattributes @@ -24,3 +24,6 @@ /PORTING_INFO export-ignore /README.md export-ignore /UPGRADE-2.0.md export-ignore + +# Ref https://github.com/composer/composer/issues/11507 +/phpstan/rules.neon -export-ignore