Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding Config Ignore Module. #110

Merged
merged 2 commits into from
Jun 9, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,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)."
},
Expand Down