so in my config ignore settings i have:

system.menu.footer*
user.role.*

and the settings are correctly ignored when anything changes in the English language.
Now i added another language and what happens is Drupal wants to export those configurations:

system.menu.footer
user.role.administrator 	
user.role.anonymous 	
user.role.authenticated

what bugs me is if i try to follow the "view differences" link, i get nothing, the same as when i export the configuration, those files are empty:
{ }

In all of this, even when i run
drush cex -y
nothing happens, as the configs were ignored.

So i can't find a way to exit this situation :'(.

Comments

joey-santiago created an issue. See original summary.

bircher’s picture

Status: Active » Closed (outdated)

This issue is being closed because Config Ignore 2.x is deprecated.

The new 3,x version has been re-written from the ground up and works in a totally different way, yet it provides the same backwards compatible functionality. All the 2.x tests pass in 3.x and the 3.x codebase is easier to maintain.
Users of 2.x are strongly encouraged to upgrade to 3.x, as there is a very simple update path.

So likely this issue is no longer relevant. If you think that this issue still applies please open it again and target the new branch. All issues on the 2.x branch were closed in bulk.