ripgrep 搜索包含隐藏和排除文件

有时候就想要搜索 ./node_modules/.pnpm/ 中的关键字,可 rg 默认 会排除掉被 ignore 的和 hidden 的目录及文件,好在有几个参数可以切换这种行为

rg --no-ignore -.