Hi! It would be nice to have ability to add support for tracking globs, like: ``` php $watcher->track('twig.templates', '/path/to/views/*.twig', FilesystemEvent::ALL); ``` And ability to exlude dirs or files from tracking.