agent-ecosystem/.dockerignore
matt ce4116dd85 feat(docker): add standalone mode and Docker support
- Introduced a new Docker setup for running claude-devtools in standalone mode without Electron.
- Added Dockerfile and docker-compose.yml for easy deployment.
- Implemented .dockerignore to exclude unnecessary files from the Docker context.
- Updated package.json with new scripts for building and running the standalone server.
- Enhanced README with Docker usage instructions and environment variable configurations.
- Modified HttpServer to support serving static files and API in standalone mode.
- Updated various components to ensure compatibility with standalone operation.
2026-02-16 22:57:48 +09:00

13 lines
139 B
Text

node_modules
dist
dist-electron
dist-standalone
out
release
.git
.claude
*.md
!README.md
!SECURITY.md
!CONTRIBUTING.md
!CODE_OF_CONDUCT.md