docs(config): 更新.gitignore

This commit is contained in:
zhang1106
2026-05-09 13:36:46 +08:00
parent d4e4e0f143
commit 87560a4030
4 changed files with 109 additions and 26 deletions
@@ -0,0 +1,10 @@
{
"enabled": true,
"cronExpression": "0 19 * * *",
"description": "自动备份",
"backupType": "full",
"includeFiles": true,
"compress": true,
"maxCount": 30,
"maxAgeDays": 90
}