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
This commit is contained in:
oib
2026-03-03 20:57:22 +01:00
parent dabb297fa6
commit 581309369d

5
.gitignore vendored
View File

@@ -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
# ===================