First step to move the site to Drupal 9
This commit is contained in:
parent
c900bf8f92
commit
89ae9979ed
7 changed files with 29 additions and 30 deletions
38
.ddev/.gitignore
vendored
38
.ddev/.gitignore
vendored
|
@ -1,28 +1,24 @@
|
|||
#ddev-generated: Automatically generated ddev .gitignore.
|
||||
# You can remove the above line if you want to edit and maintain this file yourself.
|
||||
/.gitignore
|
||||
|
||||
/**/*.example
|
||||
/.dbimageBuild
|
||||
/.dbimageExtra
|
||||
/commands/*/*.example
|
||||
/commands/*/README.txt
|
||||
/commands/host/launch
|
||||
/commands/web/xdebug
|
||||
/commands/db/mysql
|
||||
/homeadditions/*.example
|
||||
/homeadditions/README.txt
|
||||
/.gitignore
|
||||
/import.yaml
|
||||
/.ddev-docker-compose-base.yaml
|
||||
/.ddev-docker-compose-full.yaml
|
||||
/.ddevlive-downloads
|
||||
/.global_commands
|
||||
/.homeadditions
|
||||
/.sshimageBuild
|
||||
/.webimageBuild
|
||||
/.webimageExtra
|
||||
/apache/apache-site.conf
|
||||
/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.*
|
||||
/import-db
|
||||
/config.*.y*ml
|
||||
/.webimageBuild
|
||||
/.dbimageBuild
|
||||
/.sshimageBuild
|
||||
/.webimageExtra
|
||||
/.dbimageExtra
|
||||
/*-build/Dockerfile.example
|
||||
|
|
|
@ -9,11 +9,12 @@ router_https_port: "443"
|
|||
xdebug_enabled: true
|
||||
additional_hostnames: []
|
||||
additional_fqdns: []
|
||||
mariadb_version: "10.2"
|
||||
mariadb_version: "10.3"
|
||||
nfs_mount_enabled: false
|
||||
provider: default
|
||||
webimage_extra_packages: [rake, sassc]
|
||||
use_dns_when_possible: false
|
||||
php_version: "7.3"
|
||||
timezone: ""
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue