-
-
Notifications
You must be signed in to change notification settings - Fork 200
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
file-ignore not ignoring properly #459
Comments
Could you try
❓ |
Tried that, same result :/ Actual command:
but I'm still see everything within
And for the record:
|
Hmm, I tested this locally, and this is dumb if this is the fix, but what happens if you swap the arguments, like:
|
Interesting, this introduced a new but not desired behavior:
pulling |
I had the same problem. The fix at Stack Overflow works for me: escape forward slashes. I tried it with a regular expression like '#/bar/#' to be cleaner, but it didn't work to exclude bar. But this did:
|
Had this same issue when trying to scan everything in my |
Thanks for that. I already had this documented in the README: https://github.com/gjtorikian/html-proofer#special-cases-for-the-command-line Glad that you've found a solution! |
I followed #177 first to make sure I wasn't doing something dumb but I'm still at a loss, here.
I'm running:
against this folder structure:
I want everything in
/_site/foo
to be checked, but to skip/_site/bar
altogether. It seems to want to checkbar
anyway.Based on what I read in #177, this should be working. What am I missing?
The text was updated successfully, but these errors were encountered: