1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2024-12-25 06:55:05 +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 = [
'files' => [
'config.inc.php',
'*.lock',
'*.phar',
'*.log',
],
'dirs' => [
'node_modules',
'tests',
'tmp',
'.git',
],
];