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

Exclusions #45

Open
gudstrand opened this issue Mar 22, 2022 · 2 comments
Open

Exclusions #45

gudstrand opened this issue Mar 22, 2022 · 2 comments

Comments

@gudstrand
Copy link

I have two folders that I want to exclude but it does not seem I can enter multiple regex patterns, unless I a mistaken. Would it be possible to add a way to easily exclude folders and/or additional regex patterns?

Thanks!

@dvcrn
Copy link
Owner

dvcrn commented Mar 24, 2022

You can handle that with the regex OR operator, like .*(File1|File2).*:

https://www.regexpal.com/?fam=121813

RegEx is powerful enough that one expression can match multiple very detailed targets

@cesar-programs
Copy link

https://www.regexpal.com/?fam=121813

Excellent example. Thank you, dvcrn

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

3 participants