Closed prestancedesign closed 7 years ago
What is the behavior with projectile-ag
, i.e. without Helm?
Call (helm-projectile-off)
to turn off helm-projectile
if necessary.
Hi, I close this issue because it's directly a ag
behavior.
Whitelist files/paths in .gitignore with !
isn't supported for now like it's mentionned here : https://github.com/ggreer/the_silver_searcher/issues/168.
For now, I use the -U
(--skip-vcs-ignores) parameter to search all files in project regardless gitignore.
Description :octocat:
Hi everybody !
It's not specially a only Spacemacs question but I'm sure someone here can give me a simple answer to my issue. All search with
spacemacs/helm-project-smart-do-search
doesn't work in root directory for one of my project because the web agency set up.gitignore
to ignore everything in root with/*
and after add exceptions like!classes/
,!config
, etc. I know, I can create .projectile file and "unignore" directory like!controllers
, etc but for project root!/*
, it doesn't work. An idea ? ThxReproduction guide :beetle:
/*
in .gitignore file andSPC /
orSPC *
Like :Observed behaviour: :eyes: :broken_heart: No result of searching, nothing happen in helm. Expected behaviour: :heart: :smile: Ag|grep|ack output in helm.
System Info :computer: