Apply automatic drupal scaffolding updates

This commit is contained in:
Keegan Rankin 2024-02-12 09:43:56 -08:00
parent ca7b46d5ad
commit 7831090033
6 changed files with 31 additions and 17 deletions

14
.ddev/.gitignore vendored
View file

@ -9,7 +9,9 @@
/.*downloads
/.global_commands
/.homeadditions
/.importdb*
/.sshimageBuild
/.venv
/.webimageBuild
/.webimageExtra
/apache/apache-site.conf
@ -18,13 +20,19 @@
/commands/host/launch
/commands/web/xdebug
/commands/web/live
/config.*.y*ml
/config.local.y*ml
/db_snapshots
/import-db
/import.yaml
/mutagen
/mutagen/mutagen.yml
/mutagen/.start-synced
/nginx_full/nginx-site.conf
/postgres/postgresql.conf
/providers/platform.yaml
/sequelpro.spf
/xhprof
/settings/settings.ddev.py
/traefik/config/geo.yaml
/traefik/certs/geo.crt
/traefik/certs/geo.key
/xhprof/xhprof_prepend.php
/**/README.*

View file

@ -1,9 +0,0 @@
#!/bin/bash
## #ddev-generated
## Description: run mysql client in db container
## Usage: mysql [flags] [args]
## Example: "ddev mysql" or "ddev mysql -uroot -proot" or "echo 'SHOW TABLES;' | ddev mysql"
## `ddev mysql --database=mysql -uroot -proot` gets you to the 'mysql' database with root privileges
mysql -udb -pdb $@