-
-
Notifications
You must be signed in to change notification settings - Fork 579
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
ack and grep should include .projectile ignores #97
Comments
It works for grep even now (with a few caveats - have a look at older issues on the subject). Proper support for Cheers, On Friday, April 26, 2013 at 5:29 PM, arianitu wrote:
|
Hmm, perhaps I've setup my ignore file a bit incorrectly. I'm under the impression if I don't use a forward slash, it'll ignore that specific directory wherever it finds it. I have a lot of .sass_cache in subdirectories, and node_modules in subdirectories, so I've done: -.sass-cache instead of: -/directory/.sass_cache and it seemed to ignore them. Looking back at past issues, it seems if you use forward slashes, it will work correctly? (perhaps this is the caveat?) |
Indeed, that is the caveat! grep works fine now, but ack would still be really nice! |
Create an issue at https://github.com/petdance/ack2 explaining what it is you're wanting us to ignore and we'll look into it. ack isn't going to ignore .projectile contents directly, but probably .sass_cache makes sense, and we just added a change to ignore node_modules. |
Cant ignore specific file when greping via .projectile. |
|
I'm using
Does this change affect |
It would be really nice if there was an option to include your .projectile ignores when using ack and grep.
The text was updated successfully, but these errors were encountered: