1
0
mirror of https://github.com/tw93/Mole.git synced 2026-02-10 02:04:17 +00:00

fix: improve cleanup by exiting alt screen and refine whitelisting for directory paths and R renv cache.

This commit is contained in:
Tw93
2026-01-04 17:41:14 +08:00
parent aedeed1817
commit 3906c020fe
3 changed files with 16 additions and 1 deletions

View File

@@ -66,7 +66,7 @@ declare -a DEFAULT_WHITELIST_PATTERNS=(
"$HOME/.ollama/models/*"
"$HOME/Library/Caches/com.nssurge.surge-mac/*"
"$HOME/Library/Application Support/com.nssurge.surge-mac/*"
"$HOME/Library/Caches/org.R-project.R/R/renv"
"$HOME/Library/Caches/org.R-project.R/R/renv/*"
"$HOME/Library/Caches/pypoetry/virtualenvs*"
"$HOME/Library/Caches/JetBrains*"
"$HOME/Library/Caches/com.jetbrains.toolbox*"