Restore update ddev-generated .gitignore

From commit e4534b8

This was lost because git checkout --theirs -- flat out didn't work.  What?
This commit is contained in:
benjamin melançon 2020-08-05 14:46:08 -04:00
parent 7df2c30770
commit f6791135ae

38
.ddev/.gitignore vendored
View file

@ -1,24 +1,28 @@
#ddev-generated: Automatically generated ddev .gitignore. #ddev-generated: Automatically generated ddev .gitignore.
# You can remove the above line if you want to edit and maintain this file yourself. # 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 /.gitignore
/import.yaml
/**/*.example
/.dbimageBuild
/.dbimageExtra
/.ddev-docker-compose-base.yaml /.ddev-docker-compose-base.yaml
/.ddev-docker-compose-full.yaml /.ddev-docker-compose-full.yaml
/db_snapshots /.ddevlive-downloads
/sequelpro.spf /.global_commands
/import-db /.homeadditions
/config.*.y*ml
/.webimageBuild
/.dbimageBuild
/.sshimageBuild /.sshimageBuild
/.webimageBuild
/.webimageExtra /.webimageExtra
/.dbimageExtra /apache/apache-site.conf
/*-build/Dockerfile.example /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.*