From 8dffbad64fb492c23482bcb70dca9e99997edc9a Mon Sep 17 00:00:00 2001 From: Oliver Klee Date: Tue, 7 May 2024 15:41:51 +0200 Subject: [PATCH] Avoid packaging the Rector configuration file --- .gitattributes | 3 ++- composer.json | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index f262cbb3..0f05078c 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,7 +1,6 @@ /.Build/ export-ignore /.editorconfig export-ignore /.eslintignore export-ignore -/eslint.config.json export-ignore /.gitattributes export-ignore /.github/ export-ignore /.gitignore export-ignore @@ -13,10 +12,12 @@ /Configuration/FunctionalTests.xml export-ignore /Configuration/UnitTests.xml export-ignore /Tests/ export-ignore +/eslint.config.json export-ignore /package.json export-ignore /phive.xml export-ignore /phpcs.xml export-ignore /phpstan-baseline.neon export-ignore /phpstan.neon export-ignore +/rector.php export-ignore /stylelint.config.js export-ignore /tools/ export-ignore binary diff --git a/composer.json b/composer.json index b50d6304..22b41196 100644 --- a/composer.json +++ b/composer.json @@ -197,6 +197,7 @@ "rm phpcs.xml", "rm phpstan-baseline.neon", "rm phpstan.neon", + "rm rector.php", "rm stylelint.config.js" ] },