mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-09-16 20:56:12 +02:00

[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.
This commit is contained in:
Oliver Klee 2024-07-08 10:02:39 +02:00 committed by GitHub
parent 395281c299
commit 5b4337fd01
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

2
.gitattributes vendored
View file

@ -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

View file

@ -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",