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

[TASK] Do not package the ddev directory (#309)

Co-authored-by: Łukasz Uznański <l.uznanski@macopedia.com>
This commit is contained in:
Łukasz Uznański 2021-09-22 10:50:41 +02:00 committed by GitHub
parent ca9a8e4e15
commit 8282a886c0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

1
.gitattributes vendored
View file

@ -1,4 +1,5 @@
/.Build/ export-ignore
/.ddev/ export-ignore
/.editorconfig export-ignore
/.gitattributes export-ignore
/.github/ export-ignore

View file

@ -141,6 +141,7 @@
"prepare-release": [
"rm .gitignore",
"rm -rf .Build",
"rm -rf .ddev",
"rm -rf .github",
"rm -rf .gitlab",
"rm -rf Tests",