-
-
Notifications
You must be signed in to change notification settings - Fork 83
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
Nested whitelisting is broken while used in .prettierignore #67
Comments
Hmm that's strange. Have you tried using |
The entire Where So this code is all done by node-ignore - maybe we can create an issue there? |
hi @tryshchenko, I think I just raised a similar issue to this #95 Have you tried negating rules like this:
As explained in gitignore pattern format:
So the rules above will re-include the parent directory (src) before re-include the child /src/b |
As mentioned above this is all handled in |
Hi everyone,
We're using pretty-quick and got a following issue.
We have two different codebases:
and many folders with different helpers, tests, mocks in folders above /src/
I want to use pretty-qucik only on /src/b/
I followed the .gitignore guildlines for negating rules and come up with something like this:
But it hasn't worked. I also tried
and many others, but it fails.
But if I try to exclude folder from the root without going into nested folders it works.
This works.
Could you specify if nested exclusions are supposed to be supported?
The text was updated successfully, but these errors were encountered: