chore: consolidate local-only gitignore entries and tidy headers (#887)

Drop a dead path that no longer maps to anything in the repo, fold
two single-entry sections into existing groups, and reword section
comments for consistency. No previously ignored path becomes
trackable; no newly ignored path is added.
This commit is contained in:
Anso
2026-05-02 18:37:36 -04:00
committed by GitHub
parent d69fb9f1da
commit 8c60bcf610
+13 -20
View File
@@ -9,6 +9,7 @@ node_modules/
# Build Outputs
dist/
*.tsbuildinfo
backend/public/
# Sencho User Data & Mocks
data/
@@ -31,40 +32,32 @@ ehthumbs.db
*.sublime-project
*.sublime-workspace
# Testing
# Testing artifacts
test-results/
e2e/report/
html-report/
.coverage/
coverage/
.playwright-mcp/
# Logs
*.log
npm-debug.log*
# Claude Code
.claude/
plans/
CLAUDE.md
MANUAL_STEPS.md
docs/superpowers/
.worktrees/
.superpowers/
# Design system (local-only; authoritative reference for agents + user)
frontend/DESIGN.md
.design-bundle/
# Playwright MCP
.playwright-mcp/
# Frontend build output (served by backend)
backend/public/
# Auto-generated files
backend/cookies.txt
backend/src/generated/version.ts
# Local-only working files
.claude/
.worktrees/
plans/
CLAUDE.md
# Design system (local-only authoritative reference)
frontend/DESIGN.md
.design-bundle/
# Local-only projects (separate repos)
demo-video/
website/