Skip to content
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

Add support for shallow directory watching #73

Open
natebosch opened this issue Jul 30, 2019 · 0 comments
Open

Add support for shallow directory watching #73

natebosch opened this issue Jul 30, 2019 · 0 comments

Comments

@natebosch
Copy link
Member

natebosch commented Jul 30, 2019

For scenarios where you want to recursively watch a directory except for a list of subdirectories we'd like to be able to set up a shallow watcher at the root and then recursive watchers on all subdirectories except the ignored ones. It should be relatively straightforward to implement if we have a shallow directory watcher.

We could also put the ignored subdirectory behavior directly in this package.

We'll need to confirm that all the OSes support a shallow watch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant