We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75e214a commit 6d53e55Copy full SHA for 6d53e55
install.yaml
@@ -32,7 +32,7 @@ post_install_actions:
32
33
removal_actions:
34
- |
35
- for item in ../core/phpunit.xml ../core/.env ../.gitignore; do
+ for item in ../core/phpunit.xml ../core/.env ../.gitignore; do
36
if grep '#ddev-generated' ${item} >/dev/null; then
37
rm -f ${item}
38
fi
0 commit comments