Merge pull request #54822 from nextcloud/jtr/refactor-conf-sample

pull/54962/head
Kate 2025-09-09 11:23:04 +07:00 committed by GitHub
commit 966b880986
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2718 additions and 2715 deletions

@ -14,11 +14,14 @@ $config = new Config();
$config
->setParallelConfig(ParallelConfigFactory::detect())
->getFinder()
->exclude('config')
->exclude('3rdparty')
->exclude('build/stubs')
->exclude('composer')
->in(__DIR__);
->in(__DIR__)
->exclude([
'3rdparty',
'build/stubs',
'composer',
])
;
$ignoredEntries = shell_exec('git status --porcelain --ignored ' . escapeshellarg(__DIR__));
$ignoredEntries = explode("\n", $ignoredEntries);

File diff suppressed because it is too large Load Diff