mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-10 00:16:13 +01:00
[TASK] Do not package the ddev directory (#309)
Co-authored-by: Łukasz Uznański <l.uznanski@macopedia.com>
This commit is contained in:
parent
ca9a8e4e15
commit
8282a886c0
2 changed files with 2 additions and 0 deletions
1
.gitattributes
vendored
1
.gitattributes
vendored
|
@ -1,4 +1,5 @@
|
|||
/.Build/ export-ignore
|
||||
/.ddev/ export-ignore
|
||||
/.editorconfig export-ignore
|
||||
/.gitattributes export-ignore
|
||||
/.github/ export-ignore
|
||||
|
|
|
@ -141,6 +141,7 @@
|
|||
"prepare-release": [
|
||||
"rm .gitignore",
|
||||
"rm -rf .Build",
|
||||
"rm -rf .ddev",
|
||||
"rm -rf .github",
|
||||
"rm -rf .gitlab",
|
||||
"rm -rf Tests",
|
||||
|
|
Loading…
Reference in a new issue