Skip to content

Commit

Permalink
fix performance problem
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Jul 31, 2017
1 parent e8912b1 commit 501ef69
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/WatcherFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ public static function create(array $options = []): array
$options = static::mergeWithDefaultOptions($options);

$finder = (new Finder())
->ignoreDotFiles(false)
->ignoreVCS(false)
->name($options['watch']['fileMask'])
->files()
->in($options['watch']['directories']);
Expand Down

0 comments on commit 501ef69

Please sign in to comment.