try to fix preg match on excluded files
This commit is contained in:
parent
17f5ea7111
commit
ac34c285ab
@ -25,7 +25,7 @@ class Core
|
|||||||
{
|
{
|
||||||
public static function quote_exclude(array $exclude): array
|
public static function quote_exclude(array $exclude): array
|
||||||
{
|
{
|
||||||
foreach (My::EXCLUDED_FILES as $k => $v) {
|
foreach ($exclude as $k => $v) {
|
||||||
$exclude[$k] = '#(^|/)(' . str_replace(
|
$exclude[$k] = '#(^|/)(' . str_replace(
|
||||||
['.', '*'],
|
['.', '*'],
|
||||||
['\.', '.*?'],
|
['\.', '.*?'],
|
||||||
|
Loading…
Reference in New Issue
Block a user