Update to Drupal 8.2.0. For more information, see https://www.drupal.org/project/drupal/releases/8.2.0
This commit is contained in:
parent
2f563ab520
commit
f1c8716f57
1732 changed files with 52334 additions and 11780 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
@ -6,7 +6,11 @@ files/*
|
|||
# Pantheon commits a settings.php for environment-specific settings.
|
||||
# Place local settings in settings.local.php
|
||||
sites/*/settings.local.php
|
||||
sites/*/services*.yml
|
||||
|
||||
# Note that services.local.yml is not loaded by default. If you would like
|
||||
# to use this file add the following to your settings.local.php file:
|
||||
# $settings['container_yamls'][] = __DIR__ . '/services.local.yml';
|
||||
sites/*/services.local.yml
|
||||
|
||||
# ** Only works in OSs that support newer versions of fnmatch (Bash 4+)
|
||||
/sites/default/**/files
|
||||
|
|
Reference in a new issue