You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is looks like correct behavior. You say that you want to exclude all directories from reading that match to the**/foo** pattern. But soon I will look at this issue more closely.
Environment
It's impossible to mitigate a negate pattern with a positive one. Commit 8ce21ee breaks previous behavior.
Actual behavior (after 8ce21ee)
Expected behavior (before 8ce21ee)
Steps to reproduce
There is simple folders tree:
I want to have both files -
index.js
andbar.js
. Also, i have negate pattern**/foo/**
.The text was updated successfully, but these errors were encountered: