mirror of
https://github.com/Studio-Saelix/sencho.git
synced 2026-08-25 17:57:06 +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
|
# Build Outputs
|
||||||
dist/
|
dist/
|
||||||
*.tsbuildinfo
|
*.tsbuildinfo
|
||||||
|
backend/public/
|
||||||
|
|
||||||
# Sencho User Data & Mocks
|
# Sencho User Data & Mocks
|
||||||
data/
|
data/
|
||||||
@@ -31,40 +32,32 @@ ehthumbs.db
|
|||||||
*.sublime-project
|
*.sublime-project
|
||||||
*.sublime-workspace
|
*.sublime-workspace
|
||||||
|
|
||||||
# Testing
|
# Testing artifacts
|
||||||
test-results/
|
test-results/
|
||||||
e2e/report/
|
e2e/report/
|
||||||
html-report/
|
html-report/
|
||||||
.coverage/
|
.coverage/
|
||||||
coverage/
|
coverage/
|
||||||
|
.playwright-mcp/
|
||||||
|
|
||||||
# Logs
|
# Logs
|
||||||
*.log
|
*.log
|
||||||
npm-debug.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
|
# Auto-generated files
|
||||||
backend/cookies.txt
|
backend/cookies.txt
|
||||||
backend/src/generated/version.ts
|
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)
|
# Local-only projects (separate repos)
|
||||||
demo-video/
|
demo-video/
|
||||||
website/
|
website/
|
||||||
|
|||||||
Reference in New Issue
Block a user