Files
Oliver Walter 1ea0d846bb first commit
2026-06-17 01:54:53 +02:00

40 lines
659 B
Plaintext

# =============================================================
# Restic exclude patterns — USER level
# Copy to ~/.config/restic/excludes.txt and customize.
# =============================================================
# Caches
.cache
Cache
cache
.npm
.gradle
.maven
# Browser data (large, recoverable)
.config/google-chrome/Default/Cache
.config/chromium/Default/Cache
.config/BraveSoftware/Brave-Browser/Default/Cache
.mozilla/firefox/*.default/cache2
# Build artefacts
node_modules
__pycache__
*.pyc
target/
.next/
dist/
# Temporary files
*.tmp
*.log
*.swp
# Large media you can recover elsewhere
*.iso
*.img
*.vmdk
# Trash
.local/share/Trash