1
0
mirror of https://github.com/tw93/Mole.git synced 2026-02-07 11:38:28 +00:00

fix: mole may broke cache and data of surge mac (#46)

* fix: mole may broke cache and data of surge mac

* chore: typo
This commit is contained in:
Carolyn Sun
2025-11-11 09:58:04 +08:00
committed by GitHub
parent 23f788c19e
commit 3d87bcc71c
3 changed files with 8 additions and 2 deletions

View File

@@ -34,6 +34,8 @@ declare -a DEFAULT_WHITELIST_PATTERNS=(
"$HOME/.cache/huggingface*"
"$HOME/.m2/repository/*"
"$HOME/.ollama/models/*"
"$HOME/Library/Caches/com.nssurge.surge-mac/*"
"$HOME/Library/Application Support/com.nssurge.surge-mac/*"
)
declare -a WHITELIST_PATTERNS=()
WHITELIST_WARNINGS=()