mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-10 00:16:13 +01:00
[BUGFIX] Stop packaging the PHIVE configuration file and tools (#208)
This commit is contained in:
parent
4d0b39519f
commit
8e8e3897b6
2 changed files with 3 additions and 0 deletions
1
.gitattributes
vendored
1
.gitattributes
vendored
|
@ -12,5 +12,6 @@
|
|||
/Resources/Private/stylelint.config.js export-ignore
|
||||
/Tests/ export-ignore
|
||||
/codeception.yml export-ignore
|
||||
/phive.xml
|
||||
/phpcs.xml export-ignore
|
||||
/tools/ export-ignore binary
|
||||
|
|
|
@ -119,6 +119,7 @@
|
|||
"rm -rf .github",
|
||||
"rm -rf .gitlab",
|
||||
"rm -rf Tests",
|
||||
"rm -rf tools",
|
||||
"rm .editorconfig",
|
||||
"rm .gitattributes",
|
||||
"rm .php_cs.php",
|
||||
|
@ -128,6 +129,7 @@
|
|||
"rm Resources/Private/package.json",
|
||||
"rm Resources/Private/stylelint.config.js",
|
||||
"rm codeception.yml",
|
||||
"rm phive.xml",
|
||||
"rm phpcs.xml"
|
||||
]
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue