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:
parent
07facc1d6a
commit
85319f27af
@ -164,11 +164,15 @@ class Backup
|
||||
$ignores = [
|
||||
'files' => [
|
||||
'config.inc.php',
|
||||
'*.lock',
|
||||
'*.phar',
|
||||
'*.log',
|
||||
],
|
||||
'dirs' => [
|
||||
'node_modules',
|
||||
'tests',
|
||||
'tmp',
|
||||
'.git',
|
||||
],
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user