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

Exclude folders via a "glob" string? #278

Closed
rowild opened this issue May 30, 2019 · 3 comments
Closed

Exclude folders via a "glob" string? #278

rowild opened this issue May 30, 2019 · 3 comments
Milestone

Comments

@rowild
Copy link

rowild commented May 30, 2019

Is it possible to exclude folders that, e.g., start with an underline?

 "projectManager.any.ignoredFolders": [
    "_*"
  ],
@alefragnani
Copy link
Owner

Hi @rowild ,

Sorry, but this is not supported.

There is an open PR (#199) to handle that, but the main request was accomplished with another PR, and I ended up forgetting to close that PR. No other request has been made since then.

Is there any particular scenario you would like to use, or is it just a regular case?

Hope this helps

@rowild
Copy link
Author

rowild commented Jun 4, 2019

@alefragnani Thank you for your feedback!
The scenario in my case would only be as described above: exclude all folders that start with an underline or two.
Do you have plans to add some kind of (I think it is called) "globbing"?

@alefragnani
Copy link
Owner

Well, that’s what I would call a regular case 😄 .

Added to the backlog. Maybe I could use that PR as basis for the feature.

Stay tuned

@alefragnani alefragnani added this to the 11.3.0 milestone Aug 24, 2020
@alefragnani alefragnani changed the title Exclude folders via a "blob" string? Exclude folders via a "glob" string? Aug 24, 2020
alefragnani added a commit that referenced this issue Sep 3, 2020
alefragnani added a commit that referenced this issue Sep 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants