-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
specifying --ignore-file .gitignore works, but the normal gitignore logic does not #1574
Comments
I think there are two separate issues here. One is your request for ignore files to apply to explicitly given file paths. That won't ever happen, but it should still work when the explicitly given arguments are directories, which is the case here. I think the bug here is that |
This attempts to fix some mild confusion that came up as part of #1574. Specifically: #1574 (comment)
This attempts to fix some mild confusion that came up as part of #1574. Specifically: #1574 (comment)
How are you supposed to do |
@rolfb You can't, by design. |
@BurntSushi does that mean it's not possible to search for all index.js files recursively that respects the ignores? |
No it does not mean that. Why not open a new discussion question with the actual problem you're trying to solve instead of commenting on a closed issue? |
@BurntSushi my apologies for this, created a discussion at #1589 and linking it here in case people land here the same way I did. |
Sorry if it was already asked.
Explanation of feature request with the code:
The text was updated successfully, but these errors were encountered: