1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2024-12-25 15:22:24 +01:00

Aggiunte cartelle e file da escludere dal backup

This commit is contained in:
Luca 2022-09-23 14:55:00 +02:00
parent 07facc1d6a
commit 85319f27af

View File

@ -164,11 +164,15 @@ class Backup
$ignores = [ $ignores = [
'files' => [ 'files' => [
'config.inc.php', 'config.inc.php',
'*.lock',
'*.phar',
'*.log',
], ],
'dirs' => [ 'dirs' => [
'node_modules', 'node_modules',
'tests', 'tests',
'tmp', 'tmp',
'.git',
], ],
]; ];