Skip to content

Commit d0d7d20

Browse files
author
CalorieApp Maintainer
committed
chore: remove internal planning and implementation documentation\n\nRemoved internal-only docs:\n- REPO_CLEANUP_PLAN.md (cleanup plan served its purpose)\n- PHASE1_AUTOMATED_REPORT.md, PHASE1_VALIDATION_PLAN.md (internal testing)\n- MULTI_FAUCET_IMPLEMENTATION.md, MODERNIZATION_SUMMARY.md (internal summaries)\n- FINAL_BUG_FIX_SUMMARY.md (internal progress tracking)\n- RELEASE_STRATEGY_SUMMARY.md, SOCIAL_MEDIA_ANNOUNCEMENT_KIT.md (internal marketing)\n- COMMIT_QUICK_REFERENCE.md, COMPREHENSIVE_TODO_LIST.md, GIT_COMMIT_GUIDE.md (dev helpers)\n\nUpdated .gitignore to prevent reintroduction.\n\nResult: Public repo now contains only essential user/developer documentation.
1 parent bb831b2 commit d0d7d20

5 files changed

Lines changed: 4 additions & 692 deletions

File tree

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ bin/
136136
wallet_data.dat
137137
wallet_data.bak
138138
wallet_data.dir
139+
wallet_state.json
139140

140141
# CalorieDB (deferred feature) runtime data stores
141142
data/calorie_links.json
@@ -298,6 +299,9 @@ scripts/**
298299
!scripts/ux_tour_orchestrator.py
299300
!scripts/automated_improvement_cycle.py
300301

302+
# Private development workspace (kept local only)
303+
universal_app_builder/
304+
301305
# Development automation tools (private)
302306
tools/
303307

REPO_CLEANUP_PLAN.md

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

0 commit comments

Comments
 (0)