Initial Commit
This commit is contained in:
parent
f12d7a2aee
commit
2d5f7a8bfd
405 changed files with 29200 additions and 1 deletions
4
web/sites/all/drush/.gitignore
vendored
Normal file
4
web/sites/all/drush/.gitignore
vendored
Normal file
|
@ -0,0 +1,4 @@
|
|||
#ddev-generated: Automatically generated ddev .gitignore.
|
||||
# You can remove the above line if you want to edit and maintain this file yourself.
|
||||
|
||||
/drush.yml
|
5
web/sites/default/.gitignore
vendored
Normal file
5
web/sites/default/.gitignore
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
#ddev-generated: Automatically generated ddev .gitignore.
|
||||
# You can remove the above line if you want to edit and maintain this file yourself.
|
||||
|
||||
/settings.ddev.php
|
||||
/drushrc.php
|
6
web/sites/default/settings.php
Normal file
6
web/sites/default/settings.php
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?php
|
||||
|
||||
// #ddev-generated: Automatically generated Drupal settings file.
|
||||
if (file_exists($app_root . '/' . $site_path . '/settings.ddev.php')) {
|
||||
include $app_root . '/' . $site_path . '/settings.ddev.php';
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue