Update gitignore and settings
This commit is contained in:
parent
002f40bc1a
commit
e87fe7dc7d
3
web/.gitignore
vendored
3
web/.gitignore
vendored
|
@ -59,3 +59,6 @@ Thumbs.db
|
||||||
|
|
||||||
# Ignore any extra git folders.
|
# Ignore any extra git folders.
|
||||||
*/.git/
|
*/.git/
|
||||||
|
|
||||||
|
# Ignore npm modules.
|
||||||
|
node_modules
|
||||||
|
|
|
@ -14,9 +14,7 @@ $settings['container_yamls'][] = __DIR__ . '/services.yml';
|
||||||
* a local development environment, to insure that
|
* a local development environment, to insure that
|
||||||
* the site settings remain consistent.
|
* the site settings remain consistent.
|
||||||
*/
|
*/
|
||||||
if (file_exists(__DIR__ . '/settings.pantheon.php')) {
|
include __DIR__ . "/settings.pantheon.php";
|
||||||
include __DIR__ . "/settings.pantheon.php";
|
|
||||||
}
|
|
||||||
|
|
||||||
$settings['install_profile'] = 'standard';
|
$settings['install_profile'] = 'standard';
|
||||||
|
|
||||||
|
|
Reference in a new issue