We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
For instance, I have a folder (node_modules), where most of the folders in there aren't relevant.
It would be awesome if we had gitignore-type ignoring, so I could do something like this:
node_modules/** !node_modules/material-design-lite/material.*
The text was updated successfully, but these errors were encountered:
+1
Sorry, something went wrong.
Or the option to choose folder.
Thanks
Is this extension actively developed / maintained?
The recently released version adds a feature that is supposed to solve this issue.
No branches or pull requests
For instance, I have a folder (node_modules), where most of the folders in there aren't relevant.
It would be awesome if we had gitignore-type ignoring, so I could do something like this:
The text was updated successfully, but these errors were encountered: