55 lines
659 B
Plaintext
55 lines
659 B
Plaintext
# Dependencies
|
|
node_modules
|
|
.pnpm-store
|
|
package-lock.json
|
|
|
|
# Build output
|
|
dist
|
|
|
|
# Environment variables
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# IDE
|
|
.vscode/*
|
|
!.vscode/extensions.json
|
|
!.vscode/settings.json
|
|
.idea
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw?
|
|
|
|
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
|
|
# Testing
|
|
coverage
|
|
test-output
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# mcp-publisher CLI tool files
|
|
.mcpregistry*
|
|
|
|
# Private planning / brainstorm / ideas workspace — version-controlled in a
|
|
# separate private repo (FramelinkAI/mcp-docs) cloned to this path.
|
|
/docs/
|
|
|
|
# Local experiment scratchpad
|
|
/trials/
|
|
|
|
.mcp.json
|
|
advisor-plans/
|
|
.tk
|
|
scripts/
|