From e4534b8b9e1b0769b475cba0f24803e4de1308c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Wed, 5 Aug 2020 14:25:11 -0400 Subject: [PATCH] Update ddev-generated .gitignore --- .ddev/.gitignore | 40 +++++++++++++++++++++++----------------- 1 file changed, 23 insertions(+), 17 deletions(-) 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.*