Merge feature/exclude-list-refinement
All checks were successful
check / check (push) Successful in 2m21s
All checks were successful
check / check (push) Successful in 2m21s
This commit is contained in:
@@ -49,7 +49,6 @@ snapshots:
|
|||||||
- "/.cpan/build"
|
- "/.cpan/build"
|
||||||
- "/.cpan/sources"
|
- "/.cpan/sources"
|
||||||
- "/.gradle/caches"
|
- "/.gradle/caches"
|
||||||
- "/.docker"
|
|
||||||
- "/.dropbox"
|
- "/.dropbox"
|
||||||
- "/.minikube/cache"
|
- "/.minikube/cache"
|
||||||
- "/.local/share/containers/podman/machine"
|
- "/.local/share/containers/podman/machine"
|
||||||
@@ -62,11 +61,38 @@ snapshots:
|
|||||||
- "/Library/PubSub"
|
- "/Library/PubSub"
|
||||||
- "/Library/Homebrew"
|
- "/Library/Homebrew"
|
||||||
- "/Library/Developer"
|
- "/Library/Developer"
|
||||||
- "/Library/Parallels"
|
|
||||||
- "/Library/Google/GoogleSoftwareUpdate"
|
- "/Library/Google/GoogleSoftwareUpdate"
|
||||||
- "/Library/Preferences/Macromedia/Flash Player"
|
- "/Library/Preferences/Macromedia/Flash Player"
|
||||||
- "/Library/Preferences/SDMHelpData"
|
- "/Library/Preferences/SDMHelpData"
|
||||||
- "/Library/VoiceTrigger/SAT"
|
- "/Library/VoiceTrigger/SAT"
|
||||||
|
# Language/toolchain package caches (rebuildable from registries)
|
||||||
|
- "/.npm"
|
||||||
|
- "/.cargo/registry"
|
||||||
|
- "/.cargo/git"
|
||||||
|
- "/.rustup/toolchains"
|
||||||
|
- "/go/pkg/mod"
|
||||||
|
- "/.m2/repository"
|
||||||
|
- "/.vagrant.d/boxes"
|
||||||
|
- "node_modules"
|
||||||
|
- "__pycache__"
|
||||||
|
- ".venv"
|
||||||
|
# Virtual machine disk images (huge; remove these lines to back them up)
|
||||||
|
- "/Parallels"
|
||||||
|
- "/Virtual Machines.localized"
|
||||||
|
- "/VirtualBox VMs"
|
||||||
|
- "/.orbstack"
|
||||||
|
- "/Library/Containers/com.utmapp.UTM"
|
||||||
|
# Downloaded LLM models (huge, re-downloadable)
|
||||||
|
- "/.ollama/models"
|
||||||
|
- "/.lmstudio/models"
|
||||||
|
# Cloud-synced storage. These are synced to a provider already, and on
|
||||||
|
# modern macOS may contain dataless placeholder files that the backup
|
||||||
|
# would force-download in full.
|
||||||
|
- "/Library/CloudStorage"
|
||||||
|
- "/Library/Mobile Documents"
|
||||||
|
# Android SDK and emulator images (re-downloadable)
|
||||||
|
- "/Library/Android/sdk"
|
||||||
|
- "/.android/avd"
|
||||||
# Cloud-synced or restorable-from-server data
|
# Cloud-synced or restorable-from-server data
|
||||||
- "/Library/Mail"
|
- "/Library/Mail"
|
||||||
- "/Library/Mail Downloads"
|
- "/Library/Mail Downloads"
|
||||||
|
|||||||
Reference in New Issue
Block a user