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

fix: The ignored option is not working #223

Merged
merged 1 commit into from
Dec 4, 2022
Merged

Conversation

deckchairlabs
Copy link
Member

@deckchairlabs deckchairlabs commented Dec 4, 2022

Fixes #221

Updated mesozoic to include a fix that when an 'ignore' pattern ends with '/' it assumes that you want to deeply ignore anything that matches that pattern.

So it essentially is doing the same as the below:

builder.ignore('./directory/**')

@deckchairlabs deckchairlabs merged commit ac41fd5 into main Dec 4, 2022
@deckchairlabs deckchairlabs deleted the deckchairlabs/issue221 branch December 4, 2022 23:10
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.

The ignored option is not working
1 participant