diff --git a/.ddev/.gitignore b/.ddev/.gitignore index 9dc56c8..11157ae 100644 --- a/.ddev/.gitignore +++ b/.ddev/.gitignore @@ -1,6 +1,10 @@ #ddev-generated: Automatically generated ddev .gitignore. # You can remove the above line if you want to edit and maintain this file yourself. +/commands/*/*.example +/commands/*/README.txt +/homeadditions/*.example +/homeadditions/README.txt /import.yaml /docker-compose.yaml /db_snapshots diff --git a/.ddev/config.yaml b/.ddev/config.yaml index 2f334a9..4b0ba34 100644 --- a/.ddev/config.yaml +++ b/.ddev/config.yaml @@ -1,4 +1,4 @@ -APIVersion: v1.10.1 +APIVersion: v1.10.2 name: geo type: drupal8 docroot: web @@ -16,8 +16,8 @@ use_dns_when_possible: true timezone: "" -# This config.yaml was created with ddev version v1.10.1 -# webimage: drud/ddev-webserver:v1.10.0 +# This config.yaml was created with ddev version v1.10.2 +# webimage: drud/ddev-webserver:v1.10.2 # dbimage: drud/ddev-dbserver:v1.10.0-10.2 # dbaimage: drud/phpmyadmin:v1.10.0 # bgsyncimage: drud/ddev-bgsync:v1.10.0