Roo-Code/.gitignore
nathanKong76 55016cf6d4 feat: implement Service mode for background service command execution
- Add ServiceManager class for service lifecycle management

- Implement automatic service command detection (supports 70+ patterns)

- Add BackgroundTasksBadge component for service status display

- Support log pattern matching and HTTP health checks

- Complete internationalization support
2025-11-16 17:05:22 +11:00

52 lines
444 B
Text

.pnpm-store
dist
out
out-*
node_modules
package-lock.json
coverage/
mock/
.cursor/
.DS_Store
# IDEs
.idea
# Builds
bin/
*.vsix
# Local prompts and rules
/local-prompts
# Test environment
.test_env
.vscode-test/
# Docs
docs/_site/
# Dotenv
.env
.env.*
!.env.*.sample
# Logging
logs
*.log
# Vite development
.vite-port
# Turborepo
.turbo
# IntelliJ and Qodo plugin folders
.idea/
.qodo/
.vercel
.roo/mcp.json
# Qdrant
qdrant_storage/