From b052b91f9bee30189eb07bb8eb9eec01fc299166 Mon Sep 17 00:00:00 2001 From: SamoilenkoVadym Date: Wed, 5 Nov 2025 16:59:27 +0000 Subject: [PATCH] chore: exclude system-backup folder from Git MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index c5518b5..33d81c6 100644 --- a/.gitignore +++ b/.gitignore @@ -68,6 +68,7 @@ config/secrets/ *.bak opt/05-backups/ mnt/backups/ +system-backup/ **/backups/*.tar.gz **/backups/*.sql.gz