mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-11-10 00:16:13 +01:00

[BUGFIX] Actually remove .gitignore (#260)

Actually remove .gitignore in GitHub Action -  release to TER
This commit is contained in:
Simon Schaufelberger 2021-07-08 02:08:36 +02:00 committed by GitHub
parent 403eafb820
commit 40754b7044
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -123,7 +123,7 @@
"@php -r 'file_exists($extFolder=__DIR__.\"/.Build/public/typo3conf/ext/tea\") || symlink(__DIR__,$extFolder);'"
],
"prepare-release": [
".gitignore",
"rm .gitignore",
"rm -rf .Build",
"rm -rf .github",
"rm -rf .gitlab",