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:
ignore
- block.block.*
But then I want to explicitly include certain blocks maybe like so:
Like it is in
.gitignore
files it would be nice to have a Not-operator to un-ignore certain configs insideconfig-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: