Files
master-ai/.gitignore
mawkone b6d7148ded Initial commit: Product OS platform
- Control Plane API with Gemini integration
- Executors: Deploy, Analytics, Marketing
- MCP Adapter for Continue integration
- VSCode/VSCodium extension
- Tool registry and run tracking
- In-memory storage for local dev
- Terraform infrastructure setup
2026-01-19 20:34:43 -08:00

40 lines
413 B
Plaintext

# Dependencies
node_modules/
package-lock.json
# Build outputs
dist/
*.vsix
# Environment
.env
.env.local
.env.*.local
# IDE
.idea/
*.swp
*.swo
.DS_Store
# Logs
*.log
npm-debug.log*
# Testing
coverage/
# Temporary
tmp/
temp/
# Continue local config (may contain API keys)
.continue/config.json
# GCP credentials (never commit these!)
*.json
!package.json
!tsconfig.json
!**/package.json
!**/tsconfig.json