Skip to content

Commit 856d8fb

Browse files
Clean up repository: remove temporary files and outdated documentation
- Remove temporary files: .env.bak, temp-elo-data/ (46MB) - Remove outdated documentation: cleanup_plan.md, IMPLEMENTATION_SUMMARY.md, QUICK_COMMANDS.md, SETUP_GUIDE.md, TEST_RESULTS.md - Remove outdated config.example (replaced by env.example) - Remove empty directories: backend/src/main/resources/static, templates - Enhance .gitignore to cover more temporary file patterns (*.bak, *.old, *.tmp, *.swp, *.swo, *~) Total: Removed 541 lines of outdated/temporary content
1 parent 418941a commit 856d8fb

File tree

7 files changed

+6
-541
lines changed

7 files changed

+6
-541
lines changed

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,10 @@ backend/.mvn/
7474

7575
# Temporary files
7676
.env.bak
77+
*.bak
78+
*.old
79+
*.tmp
7780
temp-elo-data/
81+
*.swp
82+
*.swo
83+
*~

IMPLEMENTATION_SUMMARY.md

Lines changed: 0 additions & 204 deletions
This file was deleted.

QUICK_COMMANDS.md

Lines changed: 0 additions & 55 deletions
This file was deleted.

0 commit comments

Comments
 (0)