We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 209cc5f commit 367c60cCopy full SHA for 367c60c
src/Filters/Filter.php
@@ -218,7 +218,7 @@ protected function shouldIgnorePath($path)
218
// Need to check this pattern for dirs as well as individual file paths.
219
$this->ignoreFilePatterns[$pattern] = $type;
220
221
- $pattern = substr($pattern, 0, -2) . '(?=/|$)';
+ $pattern = substr($pattern, 0, -2).'(?=/|$)';
222
$this->ignoreDirPatterns[$pattern] = $type;
223
} else {
224
// This is a file-specific pattern, so only need to check this
0 commit comments