【发布时间】:2018-02-05 03:28:32
【问题描述】:
我创建了一个具有 !file[myproj]:/node_modules// 的范围,还尝试了 !file[myproj]://node_modules// 不包括node_modules 下的任何子目录,即不包括其中任何一个中的任何文件:
-
/node_modules/* -
a/node_modules/* -
b/c/node_modules/* -
e/f/g/node_modules/* anything/preceding/the/folder/node_modules/*
但搜索仍会在 node_module 文件中显示匹配项。使用的正确模式是什么?
【问题讨论】:
-
请检查此线程:WEB-25601 E.g. comment=27-2443766 和 comment=27-2452251