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

Hello, may I use regular expressions to ignore files or directories #82

Open
zdwork opened this issue Sep 21, 2019 · 1 comment
Open

Comments

@zdwork
Copy link

zdwork commented Sep 21, 2019

Hello, may I use regular expressions to ignore files or directories

@ericmdantas
Copy link
Contributor

Hello, @zdwork.

Apparently, no, you can't use regular expressions as of now.

Right now the list of strings to be ignored are split and treated as literal strings - as you can see here. And then the paths are also used are literal strings, as seen here.

But I do think it could be useful to use regexes to ignore files.

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