xworkspace-console/.gitignore
Haitao Pan 029ef9fc13 chore(mcp): add local MCP debug tooling (github/terraform/ssh servers)
Local MCP debug setup: launcher scripts, config, setup script, and EN/ZH docs.
Secrets live in config/mcp/local-mcp.env (gitignored); commit a sanitized
local-mcp.env.example template instead.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-25 22:56:43 +08:00

59 lines
836 B
Plaintext

# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
/node_modules
/.pnp
.pnp.js
# testing
/coverage
# next.js
/.next/
/out/
# production
/build
# misc
.DS_Store
*.pem
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# local env files
.env*.local
.env
# vercel
.vercel
# typescript
*.tsbuildinfo
next-env.d.ts
dashboard/node_modules/
dashboard/dist/
dashboard/public/status.json
/dashboard-preview.png
/dashboard-status-dropdown.png
# desktop/ui build artifacts
.dart_tool/
.idea/
build/
coverage/
*.iml
# temporary offline folders and build artifacts
/ai-workspace-all-in-one-offline-ubuntu-22.04-amd64/
/dashboard/.ai-workspace-build-commit
*.textClipping
scripts/__pycache__/
# local MCP debug secrets (contains a real PAT) — never commit
config/mcp/local-mcp.env