diff --git a/.ddev/.gitignore b/.ddev/.gitignore index bf003b6..9e2104b 100644 --- a/.ddev/.gitignore +++ b/.ddev/.gitignore @@ -1,24 +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/web/xdebug -/commands/db/mysql -/homeadditions/*.example -/homeadditions/README.txt /.gitignore -/import.yaml + +/**/*.example +/.dbimageBuild +/.dbimageExtra /.ddev-docker-compose-base.yaml /.ddev-docker-compose-full.yaml -/db_snapshots -/sequelpro.spf -/import-db -/config.*.y*ml -/.webimageBuild -/.dbimageBuild +/.ddevlive-downloads +/.global_commands +/.homeadditions /.sshimageBuild +/.webimageBuild /.webimageExtra -/.dbimageExtra -/*-build/Dockerfile.example +/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.*