33 lines
319 B
Plaintext
33 lines
319 B
Plaintext
# Git
|
|
.git
|
|
.gitignore
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
.claude/
|
|
|
|
# Cloudflare Workers files (not needed for MCP server)
|
|
.wrangler/
|
|
wrangler.toml
|
|
worker.js
|
|
envs.js
|
|
utils/
|
|
index.d.ts
|
|
|
|
# Documentation assets
|
|
screenshot.png
|
|
|
|
# Node
|
|
node_modules/
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|