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
Thanks for the report. It sounds like we should support both those glob patterns. A PR adding some kind of normalization to the glob patterns (adding a ./ might be enough) would be very appreciated!
ImportJS is really cool, but I have problems excluding the folder
.meteor
.Here's my setup:
To my understanding, this should exclude the
.meteor
folder, but it doesn't. I still get results from that folder.I also tried
/.meteor/**
and.**/**
, but none of them worked. If I try it in globtester, they are matched correctly.The text was updated successfully, but these errors were encountered: