From 6105ce6aa2167c63223a24c206572b852370ae5a Mon Sep 17 00:00:00 2001 From: roxblnfk Date: Tue, 9 Sep 2025 20:36:55 +0400 Subject: [PATCH 1/2] Add Makefile to export-ignore in .gitattributes --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 749150c5..cf539a59 100644 --- a/.gitattributes +++ b/.gitattributes @@ -4,3 +4,4 @@ /.php-cs-fixer.dist.php export-ignore /phpstan.dist.neon export-ignore /phpunit.xml.dist export-ignore +/Makefile export-ignore From 2f4392867c1fced0e5fc38ffd14fe16efcdb5e20 Mon Sep 17 00:00:00 2001 From: roxblnfk Date: Tue, 9 Sep 2025 20:43:58 +0400 Subject: [PATCH 2/2] Update .gitattributes to export-ignore all phpstan configuration files --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index cf539a59..0b2043be 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2,6 +2,6 @@ /examples export-ignore /tests export-ignore /.php-cs-fixer.dist.php export-ignore -/phpstan.dist.neon export-ignore +/phpstan* export-ignore /phpunit.xml.dist export-ignore /Makefile export-ignore