1
0
Fork 0

Exclude files

pull/752/head
Tom Sherman 2019-08-30 14:32:17 +01:00
parent c01967486a
commit 2ccb4d8875
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ class Indexer
return coroutine(function () {
$pattern = Path::makeAbsolute('**/*.php', $this->rootPath);
$uris = yield $this->filesFinder->find($pattern);
$uris = yield $this->filesFinder->find($pattern, $this->configuration->excludePatterns);
$count = count($uris);
$startTime = microtime(true);