From 581309369d8439ae57462729931c43f3f3569faf Mon Sep 17 00:00:00 2001 From: oib Date: Tue, 3 Mar 2026 20:57:22 +0100 Subject: [PATCH] Update .gitignore for project organization and remove large backup files - Add development environment organized structure - Exclude large backup files (*.tar.gz, *.zip) from backup/updates/ - Remove large backup files from git tracking (112MB+ files) - Update ignore rules for new dev/ directory structure --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index e290b985..204acdc9 100644 --- a/.gitignore +++ b/.gitignore @@ -158,6 +158,11 @@ backup/**/*.temp backup/**/.DS_Store backup/updates/*.log +# Large backup files (exceed GitHub size limits) +backup/updates/*.tar.gz +backup/updates/*.zip +backup/updates/*.tar.bz2 + # =================== # Temporary Files # ===================