-
Notifications
You must be signed in to change notification settings - Fork 66
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 ignored
option.
#79
Conversation
strange, there is still no ci. Maybe you haven't rebased? |
oh look, it's somehow now running |
Added fix for |
Would you trigger the CI for e6dfd27? |
var matched; | ||
if (globs.length) { | ||
for (var i = 0; i < globs.length; i++) { | ||
if (minimatch(relativePath, globs[i], {dot: dot})) { | ||
console.log(relativePath, !doIgnore(relativePath)); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you please remove the console.log
I don't know why it's acting up on this PR. I'll just merge it and have it test on master after you fix my comment. |
|
If this is passing the CI, can it be published soon? It's needed for webpack/watchpack#41. |
@wtgtybhertgeghgtwtg published: v1.5 |
Retrying #77 for CI.