mirror of
https://github.com/firecrawl/firecrawl-mcp-server.git
synced 2026-09-17 17:38:56 +08:00
31 lines
265 B
Plaintext
31 lines
265 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
|
|
# Build
|
|
dist/
|
|
|
|
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
|
|
# Environment
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
claude_desktop_config.json
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
.cursorrules.md
|
|
IMPLEMENTATION.md
|
|
v1.2.md
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
.pnpm-store/
|