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 a593ee7 commit 60c2c16Copy full SHA for 60c2c16
config.ddev-drupal-core-dev.yaml
@@ -3,7 +3,6 @@
3
4
webimage_extra_packages: ["chromium-driver"]
5
ddev_version_constraint: '>=v1.23.1'
6
-omit_containers: ["db"]
7
upload_dirs:
8
# The install technique tries to remove all of sites/default/files
9
# but with DDEV + mutagen that isn't possible.
install.yaml
@@ -36,7 +36,7 @@ post_install_actions:
36
37
removal_actions:
38
- |
39
- for item in ../core/phpunit.xml ../core/.env ../.gitignore; do
+ for item in ../core/phpunit.xml ../core/.env ../.gitignore; do
40
if grep '#ddev-generated' ${item} >/dev/null; then
41
rm -f ${item}
42
fi
0 commit comments