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

ignoreFiles/includeFiles accepting Regex? #90

Closed
mellis481 opened this issue May 28, 2021 · 2 comments
Closed

ignoreFiles/includeFiles accepting Regex? #90

mellis481 opened this issue May 28, 2021 · 2 comments

Comments

@mellis481
Copy link
Contributor

I'm wondering if there is a reason that ignoreFiles and includeFiles are just (optional) string arrays instead of also accepting regex. This would be helpful because if you wanted to ignore/include all eg. Ant Design CSS files you could use regex where you targeted css files that started with antd. You could also not have to deal with whether a CSS file was styles.css or styles.min.css.

If this would be a desirable enhancement, I could potentially try to fork the repo and create a PR.

@mellis481
Copy link
Contributor Author

#91

@RadValentin
Copy link
Owner

Sounds good to me, left comments on the PR. Thanks for contributing!

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