Update MicroweberBackupConfig.php

This commit is contained in:
Bozhidar 2024-05-16 14:36:13 +03:00
parent 6a7bdd523e
commit e9570ef332

View file

@ -8,11 +8,11 @@ class MicroweberBackupConfig extends BackupConfigBase
{
public array $excludePaths = [
'/public_html/storage/framework/cache/',
'/public_html/storage/framework/views/',
'/public_html/userfiles/cache/',
'/public_html/userfiles/media/thumbnails/',
'/public_html/storage/framework/sessions/',
'public_html/storage/framework/cache/',
'public_html/storage/framework/views/',
'public_html/userfiles/cache/',
'public_html/userfiles/media/thumbnails/',
'public_html/storage/framework/sessions/',
];