-
Notifications
You must be signed in to change notification settings - Fork 131
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
note.ignore option does not ignore subdirectories #173
Comments
This is the default behavior of Go's globbing, but I agree it's not great. I'll take a look if it can be improved. |
It's now available in |
The double globbing is not working recursive for me, currently using "zk dev" on nixos. |
@trev-dev Could you share a minimal reproducible example on how it fails? I'll check with the latest |
@mickael-menu I am not sure what changed on my end but I can no longer reproduce the issue myself. I will return here if I can |
@mickael-menu Actually, I do know what changed. I use nixos and my config is symlinked by the build daemon 🙄 I must have forgotten to rebuild my home env but I have re-built since I originally commented. |
I seem to be unable to ignore all subdirectories under a path. Steps to reproduce:
This also doesn't work with
drafts/*
. It sort of works withdrafts/*/*
but thendrafts/ignored.md
is not ignored.The text was updated successfully, but these errors were encountered: