Roo-Code/.dockerignore
Canyon Robins 6762b579b2
[Evals] Headless evals with Docker (#4121)
* [Evals] Try to resurrect headless evals with Docker

* fixes; now it runs

* rm

* remove commented out files

* remove trailing space

* nit

* throw error on concurrency attempt
2025-05-29 15:36:11 -07:00

18 lines
200 B
Text

# Build artifacts
bin/
!bin/roo-code-latest.vsix
dist/
**/dist/
out/
**/out/
# Dependencies
node_modules/
**/node_modules/
# Test and development files
coverage/
**/.vscode-test/
knip.json
.husky/