mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-24 18:50:56 +08:00
20 lines
404 B
JSON
20 lines
404 B
JSON
{
|
|
"project_path": "J:\\Cherry\\cherry-studioTTS",
|
|
"backup_path": "J:\\Cherry\\Backups",
|
|
"excludes": [
|
|
"node_modules",
|
|
"dist",
|
|
"out",
|
|
".git",
|
|
"release",
|
|
"__pycache__",
|
|
"*.log",
|
|
"*.lock",
|
|
"*.exe",
|
|
"*.dll",
|
|
"*.zip",
|
|
"*.tar.gz",
|
|
"checkpoint_config.json",
|
|
"checkpoint_info.txt"
|
|
]
|
|
} |