mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
33 lines
281 B
Text
33 lines
281 B
Text
dist
|
|
out
|
|
out-*
|
|
node_modules
|
|
coverage/
|
|
|
|
.DS_Store
|
|
|
|
# Builds
|
|
bin/
|
|
roo-cline-*.vsix
|
|
|
|
# Local prompts and rules
|
|
/local-prompts
|
|
|
|
# Test environment
|
|
.test_env
|
|
.vscode-test/
|
|
|
|
# Docs
|
|
docs/_site/
|
|
|
|
# Dotenv
|
|
.env
|
|
.env.*
|
|
!.env.*.sample
|
|
|
|
|
|
#Local lint config
|
|
.eslintrc.local.json
|
|
|
|
#Logging
|
|
logs
|