mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
* [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
18 lines
200 B
Text
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/
|