Skip to content
Snippets Groups Projects

Issue #3230250: Update Composer Stager to 0.2.0

2 files
+ 4
0
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -68,6 +68,7 @@ class ExcludedPathsSubscriber implements EventSubscriberInterface {
*/
public function preCommit(PreCommitEvent $event): void {
// Don't copy anything from the staging area's sites/default.
// @todo Make this a lot smarter in https://www.drupal.org/i/3228955.
$event->excludePath('sites/default');
}
Loading