Skip to content

Commit

Permalink
[TASK] Sort the list of non-packaged files
Browse files Browse the repository at this point in the history
This pre-patch helps us keep clean-up changes separate when we
move the QA tool configuration files.
  • Loading branch information
oliverklee committed Jul 8, 2024
1 parent 395281c commit d9cfa7e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit d9cfa7e

Please sign in to comment.