-
-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
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
Allow configuring how --ignore
should be passed (or if it should be passed at all)
#58
Labels
Comments
Oh - yes (7 years later) I have identified this one too - disallowing |
arichiardi
added a commit
to arichiardi/helm-projectile
that referenced
this issue
Aug 30, 2024
New defcustom that when set to 'projectile', will compute ignores and explicitely add additionally command line arguments to the search tool. Note that this might override search tool specific behaviors (for instance ag would not use VCS ignore files).
arichiardi
added a commit
to arichiardi/helm-projectile
that referenced
this issue
Aug 30, 2024
New defcustom that when set to 'projectile', will compute ignores and explicitely add additionally command line arguments to the search tool. Note that this might override search tool specific behaviors (for instance ag would not use VCS ignore files).
arichiardi
added a commit
to arichiardi/helm-projectile
that referenced
this issue
Aug 30, 2024
New defcustom that when set to 'projectile', will compute ignores and explicitely add additionally command line arguments to the search tool. Note that this might override search tool specific behaviors (for instance ag would not use VCS ignore files).
arichiardi
added a commit
to arichiardi/helm-projectile
that referenced
this issue
Aug 30, 2024
New defcustom that when set to 'projectile', will compute ignores and explicitely add additionally command line arguments to the search tool. Note that this might override search tool specific behaviors (for instance ag would not use VCS ignore files).
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
helm-projectile
shouldn't hardcode how--ignore
is passed.See: emacsorphanage/helm-ag#283 for more information. I'd love to be able to customize a var that changes this to
--ignore-file
for ripgrep (or rather, not pass it at all since ripgrep uses your .gitignore correctly)The text was updated successfully, but these errors were encountered: