Skip to content
Snippets Groups Projects

Issue #3363938: Package Manager should ignore default.settings.php and default.services.yml

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -71,7 +71,7 @@ class SiteConfigurationExcluder implements EventSubscriberInterface {
*
* This is done to allow the core scaffold plugin to make changes in
* `sites/default`, if necessary, without breaking if `sites/default` is not
* writable (this can happen because rsync perserves directory permissions,
* writable (this can happen because rsync preserves directory permissions,
* and Drupal will try to harden the site directory's permissions as much as
* possible). We specifically exclude the `default.settings.php` and
* `default.services.yml` files from Package Manager operations, so we want to
Loading