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

[Feature request] Un-ignore certain configs #9

Open
leymannx opened this issue Dec 21, 2016 · 1 comment
Open

[Feature request] Un-ignore certain configs #9

leymannx opened this issue Dec 21, 2016 · 1 comment

Comments

@leymannx
Copy link
Contributor

leymannx commented Dec 21, 2016

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:

ignore
  - block.block.*
  - !block.block.certainblock
@leymannx leymannx changed the title [Feature request] Un-ignore certain modules [Feature request] Un-ignore certain configs Dec 21, 2016
@LaravZ
Copy link

LaravZ commented Jan 20, 2017

Such a feature would be very desirable for my project as well since we will end up with a long list in the config-ignore.yml file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants