fix: unable to synchronize

This commit is contained in:
lencx
2022-12-24 21:05:51 +08:00
parent 413d3354c7
commit 05057d06ad
6 changed files with 31 additions and 8 deletions

View File

@@ -22,7 +22,9 @@
"fs": {
"all": true,
"scope": [
"*"
"*",
"$HOME/.chatgpt/*",
"$HOME/.chatgpt/cache_sync/*"
]
}
},