first commit

This commit is contained in:
CrazyJasonwell
2026-07-23 20:36:13 +08:00
commit 513b68be8c
7915 changed files with 2642530 additions and 0 deletions
+127
View File
@@ -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"
}