initial vault sync

This commit is contained in:
冯先生
2026-06-23 00:24:32 +08:00
commit 8e7723c17a
795 changed files with 157458 additions and 0 deletions

View File

@ -0,0 +1,47 @@
{
"account": "",
"credential": "",
"remoteDir": "",
"remoteCacheDir": "",
"useGitStyle": false,
"conflictStrategy": "diff-match-patch",
"oauthResponseText": "",
"loginMode": "sso",
"confirmBeforeSync": false,
"syncMode": "loose",
"filterRules": {
"exclusionRules": [
{
"expr": "**/.git",
"options": {
"caseSensitive": false
}
},
{
"expr": "**/.DS_Store",
"options": {
"caseSensitive": false
}
},
{
"expr": "**/.trash",
"options": {
"caseSensitive": false
}
},
{
"expr": ".obsidian",
"options": {
"caseSensitive": false
}
}
],
"inclusionRules": []
},
"skipLargeFiles": {
"maxSize": "30 MB"
},
"realtimeSync": false,
"startupSyncDelaySeconds": 0,
"autoSyncIntervalSeconds": 300
}