mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-11 22:08:54 +00:00
Merge branch 'task/sami' into task/sami-ascraeus
* task/sami: [task/sami] Establish alphabetical order. [task/sami] Also ignore ext/ directory.
This commit is contained in:
commit
e44acf4084
1 changed files with 2 additions and 1 deletions
|
@ -18,8 +18,9 @@ $iterator = Symfony\Component\Finder\Finder::create()
|
|||
->name('*.php')
|
||||
->in(__DIR__ . '/../phpBB/')
|
||||
->notPath('#^cache/#')
|
||||
->notPath('#^vendor/#')
|
||||
->notPath('#^develop/#')
|
||||
->notPath('#^ext/#')
|
||||
->notPath('#^vendor/#')
|
||||
->notPath('data')
|
||||
;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue