Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我发现我的 .gitignore_global 中的文件/目录类型(相当定期地更改)通常是我想在我的 ack 搜索中忽略的那些。
有没有办法将被忽略的文件/目录从我的 .gitignore_global 同步或“管道”到我的 .ackrc?
编辑:我现在将ripgrep用于这种类型的事情。
最近发现了Ag(又名银牌搜索者)和git-grep,它们都符合我的目的。
ack 目前不考虑.gitignore,但我们计划在未来允许插件,这将是我们首先做的一个。
.gitignore