Skip to content

Commit bcd1139

Browse files
committed
chore: tidy local-only files into .local/
Move the gitignored working files (PLAN.md planning doc + competitor source dumps figma-*.txt) out of the cluttered repo root into a single .local/ dir, and ignore the folder instead of each file. Drop the README link to PLAN.md (it's a local-only doc, never in the published repo).
1 parent 94a905a commit bcd1139

2 files changed

Lines changed: 2 additions & 9 deletions

File tree

.gitignore

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,5 @@ coverage/
1414
# Local Claude Code settings (personal; shared config goes in .claude/settings.json)
1515
.claude/settings.local.json
1616

17-
# Local reference dumps (competitor sources used while building; not part of the repo)
18-
figma-mcp-bridge.txt
19-
figma-mcp-go.txt
20-
figma-context-mcp.txt
21-
22-
# Internal planning doc / single source of truth for development — not published to GitHub
23-
PLAN.md
17+
# Local-only working files (planning doc + competitor reference dumps) — not part of the repo
18+
.local/

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ Open-source Figma Dev Mode MCP alternative — bridges Claude Code (and other MC
1010
- **Cross-stack** — Vue / React / .NET / Laravel / Django profile-aware codegen.
1111
- **Open** — extend with your own skills.
1212

13-
See [`PLAN.md`](./PLAN.md) for the full design.
14-
1513
## Requirements
1614

1715
- Node 24 LTS+

0 commit comments

Comments
 (0)