mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 20:40:49 +08:00
Merge branch 'php8' into section
This commit is contained in:
@@ -407,7 +407,7 @@ class Update extends Install
|
||||
|
||||
foreach (glob("$extractDir/*") as $path) {
|
||||
if (is_dir($path)) {
|
||||
$excludes = array_merge(ToolRepository::BACKUP_EXCLUDES, ['public/favicon.ico', '.env']);
|
||||
$excludes = array_merge(ToolRepository::BACKUP_EXCLUDES, ['public/favicon.ico', '.env', 'public/pic/category/chd']);
|
||||
if (!in_array('composer', $includes)) {
|
||||
$excludes[] = 'composer.lock';
|
||||
$excludes[] = 'composer.json';
|
||||
|
||||
Reference in New Issue
Block a user