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:
parent
972003dba2
commit
b052b91f9b
1 changed files with 1 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -68,6 +68,7 @@ config/secrets/
|
|||
*.bak
|
||||
opt/05-backups/
|
||||
mnt/backups/
|
||||
system-backup/
|
||||
**/backups/*.tar.gz
|
||||
**/backups/*.sql.gz
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue