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

Add gitignore style ignore support #32

Merged
merged 2 commits into from
Sep 15, 2021
Merged

Add gitignore style ignore support #32

merged 2 commits into from
Sep 15, 2021

Conversation

bcomnes
Copy link
Owner

@bcomnes bcomnes commented Sep 15, 2021

Ignoring directories in a generalized glob is surprisingly hard. This makes it so you can use a generally clear glob, but then selectively and efficiently ignore parts of what the glob would normally select with an array of ignore strings.

BREAKING CHANGE:  Making some changes that require newer versions of node.
Add support for gitignore style ignore strings, either as an option or cli flag. This makes it a lot easier to perform folder exclusions against simpler globs.
@bcomnes bcomnes merged commit 4c28108 into master Sep 15, 2021
@bcomnes bcomnes deleted the glob-gitignore branch September 15, 2021 01:06
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

Successfully merging this pull request may close these issues.

1 participant