Skip to content

Commit

Permalink
Add helpful comment about config exclude
Browse files Browse the repository at this point in the history
  • Loading branch information
justafish committed Aug 15, 2023
1 parent a4f25b1 commit 1a66c1f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scaffold/Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ tasks:
deps: [drupal:composer]
cmds:
- echo "Nothing to do"
# Ignore the below modules in sites/default/settings.php e.g.
# $settings['config_exclude_modules'] = ['stage_file_proxy', 'field_ui', 'views_ui'];
# - ./vendor/bin/drush pm:enable stage_file_proxy views_ui field_ui -y

update:
Expand Down

0 comments on commit 1a66c1f

Please sign in to comment.