chore: rewrite .gitignore for post-Phase-B layout#124
Conversation
The previous .gitignore had grown over time with duplicates (CLAUDE.md twice, node_modules/ twice, .env three times, __pycache__/ twice) and hardcoded old-root paths (docs/superpowers/, scripts/*, src/gradata/ graphify-out/) that no longer match the post-Phase-B layout. Replacing with a clean, sectioned version: - Sprites/, Hausgem/, .reorg/ blanket-ignored (private/historical). - Gradata/ prefix added to SDK-specific ignores (docs/superpowers/, scripts/*, design-system/, etc.) so the rules still match after the src/, docs/, scripts/ move under Gradata/. - npm exception patterns re-anchored to Gradata/packages/ and Gradata/gradata-install/ so new package.json additions ship. - Deduped secrets/build-artifact/IDE/virtualenv sections. - Dropped obsolete entries (.claude-octopus/, Claude Flow logs dirs) and kept the Windows cmd.exe redirect misparse guards intact. Verified via `git ls-files | xargs git check-ignore` — no previously tracked file is newly ignored by this rewrite. Co-Authored-By: Gradata <noreply@gradata.ai>
There was a problem hiding this comment.
Your free trial has ended. If you'd like to continue receiving code reviews, you can add a payment method here.
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughSummary
WalkthroughThe Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Possibly related PRs
Suggested labels
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
Summary
Old
.gitignorehad duplicates (CLAUDE.md 2x, node_modules/ 2x, .env 3x, pycache 2x) and hardcoded pre-Phase-B paths (docs/superpowers/,scripts/*,src/gradata/graphify-out/) that no longer match the new layout. Some intended ignores + npm exceptions silently broke.Sprites/,Hausgem/,.reorg/blanket-ignoredGradata/prefix added to SDK-specific ignoresGradata/packages/+Gradata/gradata-install/Test plan
git ls-files | xargs git check-ignore→ empty).env,Sprites/CLAUDE.md,Gradata/package.json,Gradata/docs/gradata-marketing-strategy.mdGenerated with Gradata