diff --git a/counsel-projectile.el b/counsel-projectile.el index 7a1b2e5..c47be17 100644 --- a/counsel-projectile.el +++ b/counsel-projectile.el @@ -735,7 +735,7 @@ is called with a prefix argument." (read-string (projectile-prepend-project-name "ag options: ") ignored 'counsel-projectile-ag-options-history) - (concat ignored options)))) + (concat "--skip-vcs-ignores " ignored options)))) (counsel-ag (eval counsel-projectile-ag-initial-input) (projectile-project-root) options @@ -781,7 +781,7 @@ is called with a prefix argument." (read-string (projectile-prepend-project-name "rg options: ") ignored 'counsel-projectile-rg-options-history) - (concat ignored options)))) + (concat "--no-ignore-vcs " ignored options)))) (counsel-rg (eval counsel-projectile-rg-initial-input) (projectile-project-root) options