Apply automatic drupal scaffolding updates
This commit is contained in:
parent
ca7b46d5ad
commit
7831090033
6 changed files with 31 additions and 17 deletions
14
.ddev/.gitignore
vendored
14
.ddev/.gitignore
vendored
|
@ -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.*
|
||||
|
|
|
@ -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 $@
|
Loading…
Add table
Add a link
Reference in a new issue