Like it is in .gitignore files it would be nice to have a Not-operator to un-ignore certain configs inside config-ignore.yml that otherwise would get ignored while matching a certain wildcard pattern.
Let's say I exclude all block instances:
But then I want to explicitly include certain blocks maybe like so:
ignore
- block.block.*
- !block.block.certainblock