claude-docker/.gitignore
Vishal Jain 6cb57c9dc6 Fix Twilio MCP integration with baked-in credentials
- Add proper type and env sections to mcp-config.json
- Remove dynamic MCP add command, use pre-configured MCP
- Bake .env credentials into Docker image at build time
- Remove runtime .env volume mount - true one-time setup
- Auto-rebuild image when .env file changes
- Export Twilio env vars for MCP server subprocess
- Remove conflicting .mcp.json file
2025-06-13 09:53:43 +01:00

31 lines
286 B
Plaintext

# Environment variables
.env
.env.local
# OS files
.DS_Store
Thumbs.db
# IDE files
.idea/
.vscode/
*.swp
*.swo
# Logs
*.log
logs/
# Node modules (if any local testing)
node_modules/
# Docker volumes
data/
# Temporary files
*.tmp
*.temp
~*
# Environment file with credentials
.env