From 8c60bcf6107a67addeaa0046cc55ca76cda86329 Mon Sep 17 00:00:00 2001 From: Anso Date: Sat, 2 May 2026 18:37:36 -0400 Subject: [PATCH] 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. --- .gitignore | 33 +++++++++++++-------------------- 1 file changed, 13 insertions(+), 20 deletions(-) diff --git a/.gitignore b/.gitignore index 565d33a5..ed4dc788 100644 --- a/.gitignore +++ b/.gitignore @@ -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/