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:
@@ -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=()
|
||||
|
||||
Reference in New Issue
Block a user