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

[BUGFIX] Stop packaging the PHIVE configuration file and tools (#208)

This commit is contained in:
Oliver Klee 2021-02-24 13:19:09 +01:00 committed by GitHub
parent 4d0b39519f
commit 8e8e3897b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

1
.gitattributes vendored
View file

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

View file

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