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:
5
.gitignore
vendored
5
.gitignore
vendored
@@ -158,6 +158,11 @@ backup/**/*.temp
|
|||||||
backup/**/.DS_Store
|
backup/**/.DS_Store
|
||||||
backup/updates/*.log
|
backup/updates/*.log
|
||||||
|
|
||||||
|
# Large backup files (exceed GitHub size limits)
|
||||||
|
backup/updates/*.tar.gz
|
||||||
|
backup/updates/*.zip
|
||||||
|
backup/updates/*.tar.bz2
|
||||||
|
|
||||||
# ===================
|
# ===================
|
||||||
# Temporary Files
|
# Temporary Files
|
||||||
# ===================
|
# ===================
|
||||||
|
|||||||
Reference in New Issue
Block a user