mirror of
https://github.com/Studio-Saelix/sencho.git
synced 2026-07-26 11:49:16 +00:00
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:
+13
-20
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user