我正在尝试在 Windows 10 上为 vim设置fzf.vim 。
您可以使用应该尊重 .gitignore的替代 find 命令,例如ripgrep或fd。
我的 .gitignore 文件有这一行,它适用于 git 提交等:
node_modules/
我的目录结构是
/working directory
.gitignore file
.git dir
/node_modules dir
当我跑
fd --type f
或者
rg --files
它列出了 node_modules 中的所有文件。
我觉得这可能是一个Windows问题。
如何让这些程序使用 .gitignore 来忽略 node_modules?