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:
parent
07facc1d6a
commit
85319f27af
@ -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',
|
||||||
],
|
],
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user