From 5b4337fd01b9dacb8f0467669544aca00f60919a Mon Sep 17 00:00:00 2001 From: Oliver Klee Date: Mon, 8 Jul 2024 10:02:39 +0200 Subject: [PATCH] [TASK] Sort the list of non-packaged files (#1358) This pre-patch helps us keep clean-up changes separate when we move the QA tool configuration files. --- .gitattributes | 2 +- composer.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitattributes b/.gitattributes index acbb2cb..1d7cfec 100644 --- a/.gitattributes +++ b/.gitattributes @@ -15,8 +15,8 @@ /Configuration/UnitTests.xml export-ignore /Tests/ export-ignore /eslint.config.json export-ignore -/package.json export-ignore /package-lock.json export-ignore +/package.json export-ignore /phive.xml export-ignore /phpcs.xml export-ignore /phpstan-baseline.neon export-ignore diff --git a/composer.json b/composer.json index 8076038..1b97ba8 100644 --- a/composer.json +++ b/composer.json @@ -188,14 +188,14 @@ "rm .eslintrc.json", "rm .gitattributes", "rm .gitignore", + "rm .npmrc", + "rm .nvmrc", "rm .php-cs-fixer.php", "rm .prettierrc.js", "rm Build/phpunit/FunctionalTests.xml", "rm Build/phpunit/UnitTests.xml", - "rm .npmrc", - "rm .nvmrc", - "rm package.json", "rm package-lock.json", + "rm package.json", "rm phive.xml", "rm phpcs.xml", "rm phpstan-baseline.neon",