chore: exclude system-backup folder from Git

Added system-backup/ to .gitignore to prevent large backup files from being committed to repository.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
SamoilenkoVadym 2025-11-05 16:59:27 +00:00
parent 972003dba2
commit b052b91f9b

1
.gitignore vendored
View file

@ -68,6 +68,7 @@ config/secrets/
*.bak
opt/05-backups/
mnt/backups/
system-backup/
**/backups/*.tar.gz
**/backups/*.sql.gz