mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-22 15:36:13 +01: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:
parent
395281c299
commit
5b4337fd01
2 changed files with 4 additions and 4 deletions
2
.gitattributes
vendored
2
.gitattributes
vendored
|
@ -15,8 +15,8 @@
|
||||||
/Configuration/UnitTests.xml export-ignore
|
/Configuration/UnitTests.xml export-ignore
|
||||||
/Tests/ export-ignore
|
/Tests/ export-ignore
|
||||||
/eslint.config.json export-ignore
|
/eslint.config.json export-ignore
|
||||||
/package.json export-ignore
|
|
||||||
/package-lock.json export-ignore
|
/package-lock.json export-ignore
|
||||||
|
/package.json export-ignore
|
||||||
/phive.xml export-ignore
|
/phive.xml export-ignore
|
||||||
/phpcs.xml export-ignore
|
/phpcs.xml export-ignore
|
||||||
/phpstan-baseline.neon export-ignore
|
/phpstan-baseline.neon export-ignore
|
||||||
|
|
|
@ -188,14 +188,14 @@
|
||||||
"rm .eslintrc.json",
|
"rm .eslintrc.json",
|
||||||
"rm .gitattributes",
|
"rm .gitattributes",
|
||||||
"rm .gitignore",
|
"rm .gitignore",
|
||||||
|
"rm .npmrc",
|
||||||
|
"rm .nvmrc",
|
||||||
"rm .php-cs-fixer.php",
|
"rm .php-cs-fixer.php",
|
||||||
"rm .prettierrc.js",
|
"rm .prettierrc.js",
|
||||||
"rm Build/phpunit/FunctionalTests.xml",
|
"rm Build/phpunit/FunctionalTests.xml",
|
||||||
"rm Build/phpunit/UnitTests.xml",
|
"rm Build/phpunit/UnitTests.xml",
|
||||||
"rm .npmrc",
|
|
||||||
"rm .nvmrc",
|
|
||||||
"rm package.json",
|
|
||||||
"rm package-lock.json",
|
"rm package-lock.json",
|
||||||
|
"rm package.json",
|
||||||
"rm phive.xml",
|
"rm phive.xml",
|
||||||
"rm phpcs.xml",
|
"rm phpcs.xml",
|
||||||
"rm phpstan-baseline.neon",
|
"rm phpstan-baseline.neon",
|
||||||
|
|
Loading…
Reference in a new issue