diff --git a/.ddev/.gitignore b/.ddev/.gitignore index 11157ae..9989216 100644 --- a/.ddev/.gitignore +++ b/.ddev/.gitignore @@ -3,21 +3,20 @@ /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 -/.bgsync* /config.*.y*ml /.webimageBuild /.dbimageBuild -/.bgsyncimageBuild /.sshimageBuild /.webimageExtra /.dbimageExtra -/.webimageBuild -/.dbimageBuild /*-build/Dockerfile.example diff --git a/drush/.gitignore b/drush/.gitignore new file mode 100644 index 0000000..cd266db --- /dev/null +++ b/drush/.gitignore @@ -0,0 +1,4 @@ +#ddev-generated: Automatically generated ddev .gitignore. +# You can remove the above line if you want to edit and maintain this file yourself. + +/drush.yml