From 5db9edd5d7a31c1d1d8c05ef1b832e73d8b4c2ed Mon Sep 17 00:00:00 2001 From: Daniel Serna Date: Tue, 2 Jun 2020 13:56:03 -0500 Subject: [PATCH 1/2] Adding Config Ignore Module. --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index 484c1d7..00f7c4d 100644 --- a/composer.json +++ b/composer.json @@ -17,6 +17,7 @@ "require": { "composer/installers": "^1.2", "drupal/config_installer": "^1.8", + "drupal/config_ignore": "^2.2", "drupal/config_split": "^1.4", "drupal/core-composer-scaffold": "^8.8", "drupal/core-recommended": "^8.8", From 5232f1b950fb9f2af9cb97b0018e419079c2ce1d Mon Sep 17 00:00:00 2001 From: Daniel Serna Date: Tue, 2 Jun 2020 14:00:04 -0500 Subject: [PATCH 2/2] Moving config ignore to suggest package section. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 00f7c4d..aba2279 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,6 @@ "require": { "composer/installers": "^1.2", "drupal/config_installer": "^1.8", - "drupal/config_ignore": "^2.2", "drupal/config_split": "^1.4", "drupal/core-composer-scaffold": "^8.8", "drupal/core-recommended": "^8.8", @@ -33,6 +32,7 @@ "cweagans/composer-patches": "Try ^1.0. Apply patches to packages, especially Drupal.org contrib.", "drupal/admin_toolbar": "Transforms the default Drupal Toolbar into a drop-down menu.", "drupal/environment_indicator": "Adds a configurable color bar to each one of your environments to help identify which environment you are currently working in.", + "drupal/config_ignore": "Exclude configuration to be exported to the configuration set.", "drupal/stage_file_proxy": "A solution for getting production files on a development server on demand (add to your development config_split).", "drupal/twig_xdebug": "Enables use of Xdebug breakpoints with Twig templates (add to your development config_split)." },