initial vault sync
This commit is contained in:
47
.obsidian/plugins/nutstore-sync/data.json
vendored
Normal file
47
.obsidian/plugins/nutstore-sync/data.json
vendored
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user