We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
我使用最新的consult-todo-project,只是一直在compiling,没有跳出内容,是不是 consult-todo-project 不会忽略 .gitignore里的内容呀,我感觉最好能兼容 ignore文件里的内容,或者提供个变量可以忽略指定的一些文件夹
consult-todo-project
The text was updated successfully, but these errors were encountered:
我想解决这个问题的方法有两个: 一个是增加ignore的选项, 一个是增加缓存机制, 对于大的文件夹默认只扫描一次. 我来看看
Sorry, something went wrong.
相关命令都是 rgrep 的封装, 所以你可以设置相关变量来跳过文件和文件夹, 比如 grep-find-ignored-files 和 grep-find-ignored-directories
rgrep
grep-find-ignored-files
grep-find-ignored-directories
No branches or pull requests
我使用最新的
consult-todo-project
,只是一直在compiling,没有跳出内容,是不是consult-todo-project
不会忽略 .gitignore里的内容呀,我感觉最好能兼容 ignore文件里的内容,或者提供个变量可以忽略指定的一些文件夹The text was updated successfully, but these errors were encountered: