mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
45 lines
371 B
Text
45 lines
371 B
Text
.pnpm-store
|
|
dist
|
|
out
|
|
out-*
|
|
node_modules
|
|
coverage/
|
|
mock/
|
|
|
|
.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
|
|
|
|
# Vite development
|
|
.vite-port
|
|
|
|
# Turborepo
|
|
.turbo
|
|
|
|
# IntelliJ and Qodo plugin folders
|
|
.idea/
|
|
.qodo/
|
|
.vercel
|