From 6d07cbd416d07a22d564a61adc31d28856c7bfa3 Mon Sep 17 00:00:00 2001 From: Yang Turner Date: Mon, 9 Jan 2023 09:11:45 -0700 Subject: [PATCH 1/2] Add config ignore module. --- .../standard/modules/the_build_utility/the_build_utility.install | 1 + 1 file changed, 1 insertion(+) diff --git a/defaults/standard/modules/the_build_utility/the_build_utility.install b/defaults/standard/modules/the_build_utility/the_build_utility.install index 509ddf61..fad8f3a1 100644 --- a/defaults/standard/modules/the_build_utility/the_build_utility.install +++ b/defaults/standard/modules/the_build_utility/the_build_utility.install @@ -56,6 +56,7 @@ function the_build_utility_install() { 'admin_toolbar', 'admin_toolbar_tools', 'config_split', + 'config_ignore', 'devel', 'workbench', 'workbench_tabs', From 8ca9656ae38af400bdb546cb7e7da220eb61ef77 Mon Sep 17 00:00:00 2001 From: Yang Turner Date: Mon, 9 Jan 2023 10:30:22 -0700 Subject: [PATCH 2/2] Add config_ignore in the drupal.xml file. --- targets/drupal.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/targets/drupal.xml b/targets/drupal.xml index 19161f98..aea607e8 100644 --- a/targets/drupal.xml +++ b/targets/drupal.xml @@ -275,6 +275,7 @@ Or, you can specify the export file directly: +