first commit
This commit is contained in:
+127
@@ -0,0 +1,127 @@
|
||||
{
|
||||
"account": "cg0808@me.com",
|
||||
"credential": "a6gud2iubdmkjfj6",
|
||||
"nutstoreEnterpriseBaseUrl": "",
|
||||
"remoteDir": "",
|
||||
"useGitStyle": false,
|
||||
"conflictStrategy": "diff-match-patch",
|
||||
"oauthResponseText": "",
|
||||
"loginMode": "manual",
|
||||
"confirmBeforeSync": true,
|
||||
"confirmBeforeDeleteInAutoSync": true,
|
||||
"syncMode": "loose",
|
||||
"filterRules": {
|
||||
"exclusionRules": [
|
||||
{
|
||||
"expr": "**/.git",
|
||||
"options": {
|
||||
"caseSensitive": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"expr": "**/.github",
|
||||
"options": {
|
||||
"caseSensitive": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"expr": "**/.gitlab",
|
||||
"options": {
|
||||
"caseSensitive": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"expr": "**/.svn",
|
||||
"options": {
|
||||
"caseSensitive": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"expr": "**/node_modules",
|
||||
"options": {
|
||||
"caseSensitive": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"expr": "**/.DS_Store",
|
||||
"options": {
|
||||
"caseSensitive": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"expr": "**/__MACOSX",
|
||||
"options": {
|
||||
"caseSensitive": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"expr": "**/desktop.ini",
|
||||
"options": {
|
||||
"caseSensitive": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"expr": "**/Thumbs.db",
|
||||
"options": {
|
||||
"caseSensitive": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"expr": "**/.trash",
|
||||
"options": {
|
||||
"caseSensitive": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"expr": "**/~$*.doc",
|
||||
"options": {
|
||||
"caseSensitive": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"expr": "**/~$*.docx",
|
||||
"options": {
|
||||
"caseSensitive": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"expr": "**/~$*.ppt",
|
||||
"options": {
|
||||
"caseSensitive": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"expr": "**/~$*.pptx",
|
||||
"options": {
|
||||
"caseSensitive": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"expr": "**/~$*.xls",
|
||||
"options": {
|
||||
"caseSensitive": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"expr": "**/~$*.xlsx",
|
||||
"options": {
|
||||
"caseSensitive": false
|
||||
}
|
||||
}
|
||||
],
|
||||
"inclusionRules": []
|
||||
},
|
||||
"skipLargeFiles": {
|
||||
"maxSize": "30 MB"
|
||||
},
|
||||
"mobileAppDownloadFileChunkSize": "16 MiB",
|
||||
"realtimeSync": false,
|
||||
"startupSyncDelaySeconds": 0,
|
||||
"autoSyncIntervalSeconds": 300,
|
||||
"ai": {
|
||||
"providers": {},
|
||||
"yolo": false,
|
||||
"nutstoreLlmGateway": {}
|
||||
},
|
||||
"configDirSyncMode": "none"
|
||||
}
|
||||
Reference in New Issue
Block a user