Clean: Archive large log files and remove core dump
- Compressed backend/combined.log (87MB) → 4.7MB - Compressed backend/error.log (86MB) → 4.6MB - Compressed archive/logs/combined.log (204MB) → 3.0MB - Removed core dump (1.1GB) - Updated .gitignore to prevent future large files Archived logs in .archived_logs/ directory Ready for GitHub push
This commit is contained in:
BIN
.archived_logs/archive_combined.log.gz
Normal file
BIN
.archived_logs/archive_combined.log.gz
Normal file
Binary file not shown.
BIN
.archived_logs/backend_combined.log.gz
Normal file
BIN
.archived_logs/backend_combined.log.gz
Normal file
Binary file not shown.
BIN
.archived_logs/backend_error.log.gz
Normal file
BIN
.archived_logs/backend_error.log.gz
Normal file
Binary file not shown.
21
.gitignore
vendored
21
.gitignore
vendored
@@ -1 +1,22 @@
|
||||
node_modules
|
||||
|
||||
# Large log files
|
||||
*.log
|
||||
backend/*.log
|
||||
archive/logs/*.log
|
||||
logs/*.log
|
||||
|
||||
# Core dumps
|
||||
core
|
||||
|
||||
# Temporary files
|
||||
tmp/
|
||||
_temp/
|
||||
temp/
|
||||
|
||||
# OS files
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Node modules
|
||||
node_modules/
|
||||
|
||||
Reference in New Issue
Block a user