mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 23:16:13 +02:00
[task/sami] Also ignore ext/ directory.
PHPBB3-12495
This commit is contained in:
parent
f08f283143
commit
6a97d9f855
@ -18,6 +18,7 @@ $iterator = Symfony\Component\Finder\Finder::create()
|
|||||||
->name('*.php')
|
->name('*.php')
|
||||||
->in(__DIR__ . '/../phpBB/')
|
->in(__DIR__ . '/../phpBB/')
|
||||||
->notPath('#^cache/#')
|
->notPath('#^cache/#')
|
||||||
|
->notPath('#^ext/#')
|
||||||
->notPath('#^vendor/#')
|
->notPath('#^vendor/#')
|
||||||
->notPath('#^develop/#')
|
->notPath('#^develop/#')
|
||||||
->notPath('data')
|
->notPath('data')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user