提交 d4642059 编写于 作者: R Rob Lourens

Fix #40884 - ignore gitignore files in parent directories

上级 ad79d60f
......@@ -446,6 +446,8 @@ function getRgArgs(config: IRawSearch): IRgGlobResult {
if (config.disregardIgnoreFiles) {
// Don't use .gitignore or .ignore
args.push('--no-ignore');
} else {
args.push('--no-ignore-parent');
}
// Follow symlinks
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册