Update the ddev configuration to the latest version
This commit is contained in:
parent
fcf4de7dee
commit
43d7697c0e
2 changed files with 35 additions and 24 deletions
9
.ddev/.gitignore
vendored
9
.ddev/.gitignore
vendored
|
@ -1,6 +1,13 @@
|
|||
#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
|
||||
|
@ -14,6 +21,4 @@
|
|||
/.sshimageBuild
|
||||
/.webimageExtra
|
||||
/.dbimageExtra
|
||||
/.webimageBuild
|
||||
/.dbimageBuild
|
||||
/*-build/Dockerfile.example
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue