diff --git a/.ddev/.gitignore b/.ddev/.gitignore index 9989216..9e2104b 100644 --- a/.ddev/.gitignore +++ b/.ddev/.gitignore @@ -1,22 +1,28 @@ #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 -/commands/host/launch -/commands/db/mysql -/homeadditions/*.example -/homeadditions/README.txt /.gitignore -/import.yaml -/docker-compose.yaml -/db_snapshots -/sequelpro.spf -/import-db -/config.*.y*ml -/.webimageBuild + +/**/*.example /.dbimageBuild -/.sshimageBuild -/.webimageExtra /.dbimageExtra -/*-build/Dockerfile.example +/.ddev-docker-compose-base.yaml +/.ddev-docker-compose-full.yaml +/.ddevlive-downloads +/.global_commands +/.homeadditions +/.sshimageBuild +/.webimageBuild +/.webimageExtra +/apache/apache-site.conf +/commands/.gitattributes +/commands/db/mysql +/commands/host/launch +/commands/web/live +/commands/web/xdebug +/config.*.y*ml +/db_snapshots +/import-db +/import.yaml +/nginx_full/nginx-site.conf +/sequelpro.spf +/**/README.*