Initial Commit

This commit is contained in:
David Valdez 2019-07-17 14:47:01 -05:00
parent f12d7a2aee
commit 2d5f7a8bfd
405 changed files with 29200 additions and 1 deletions

4
web/sites/all/drush/.gitignore vendored Normal file
View 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
View 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

View 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';
}