35b10de73c
- README.md: Repository documentation - RESTORE.md: Complete restoration instructions - backup-manifest_*.txt: Backup metadata - .gitignore: Large file exclusions Actual backup archives and bundles stored separately.
17 lines
151 B
Plaintext
17 lines
151 B
Plaintext
# Large backup files - track metadata, not binaries
|
|
*.tar.gz
|
|
*.bundle
|
|
*.txt
|
|
|
|
# Temp files
|
|
*.tmp
|
|
*.swp
|
|
*~
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Logs
|
|
*.log
|