-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Spacemacs ignores .projectile file #2199
Comments
I see, ideally we have to add the support for it in |
@AgIt0 I encountered the same problem and fixed it for myself by creating an |
From my experience, |
Is there anyway currently to get it to pick up .projectile ? trying to get excludes into .projectile for helm projectile grep or any other solution to get exclusions ? |
well I don't think so.. I switched to using .agignore like @mosic mentioned and I use helm-projectile-ag |
thanks - yeah installed ag and seems to work with the .gitignore |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Please let us know if this issue is still valid! |
Projectile allows you to create a
.projectile
which has ignore patterns for your search: https://github.com/bbatsov/projectile#ignoring-filesBut after the last release it no longer is taking the
.projectile
file into account.I don't know nearly enough elisp to fix it, but was able to narrow it down to this commit:
2feaeb9
The text was updated successfully, but these errors were encountered: