Project

General

Profile

Bug #89876 ยป excludeForPackaging.patch

Matteo Bonaker, 2019-12-06 13:15

View differences:

typo3/sysext/core/Configuration/DefaultConfiguration.php
'EXT' => [ // Options related to the Extension Management
'allowGlobalInstall' => false,
'allowLocalInstall' => true,
'excludeForPackaging' => '(?:\\..*(?!htaccess)|.*~|.*\\.swp|.*\\.bak|\\.sass-cache|node_modules|bower_components)',
'excludeForPackaging' => '(?:\\.(?!htaccess$).*|.*~|.*\\.swp|.*\\.bak|\\.sass-cache|node_modules|bower_components)',
'runtimeActivatedPackages' => [],
],
'BE' => [
    (1-1/1)