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

Exclude dirs or files from watching #214

Closed
laland opened this issue Sep 10, 2015 · 2 comments
Closed

Exclude dirs or files from watching #214

laland opened this issue Sep 10, 2015 · 2 comments

Comments

@laland
Copy link

laland commented Sep 10, 2015

It will be nice to have ability to exclude some dirs or files from wacthing. Like:

$this->taskWatch()
            ->monitor(['somedir', '!somedir/excluded_dir', '!somedir/exluded_file.php'], function() {
                //...
            })
            ->run()
        ;
@laland laland changed the title exclude dirs or files from watching Exclude dirs or files from watching Sep 10, 2015
@laland
Copy link
Author

laland commented Sep 11, 2015

And here's Lurker issue https://github.com/henrikbjorn/Lurker/issues/14

@greg-1-anderson
Copy link
Member

Closed due to lack of activity.

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

2 participants