first commit

This commit is contained in:
Oliver Walter
2026-06-17 01:54:53 +02:00
commit 1ea0d846bb
15 changed files with 742 additions and 0 deletions
+39
View File
@@ -0,0 +1,39 @@
# =============================================================
# 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