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:
parent
403eafb820
commit
40754b7044
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue