Skip to content

Commit

Permalink
Merge pull request #208 from palantirnet/add-config-ignore-module
Browse files Browse the repository at this point in the history
 Add config ignore module.
  • Loading branch information
byrond authored Jan 10, 2023
2 parents 0aefb99 + 8ca9656 commit 544bb06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ function the_build_utility_install() {
'admin_toolbar',
'admin_toolbar_tools',
'config_split',
'config_ignore',
'devel',
'workbench',
'workbench_tabs',
Expand Down
1 change: 1 addition & 0 deletions targets/drupal.xml
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,7 @@ Or, you can specify the export file directly:
<composer command="require" composer="${composer.composer}">
<arg value="drupal/admin_toolbar" />
<arg value="drupal/config_split" />
<arg value="drupal/config_ignore" />
<arg value="drupal/devel" />
<arg value="drupal/workbench" />
<arg value="drupal/workbench_tabs" />
Expand Down

0 comments on commit 544bb06

Please sign in to comment.