Roo-Code/.gitignore
John Richmond 8cb5c4e9e3
Restore profile management work + fix #3434 (#3449)
Co-authored-by: Matt Rubens <mrubens@users.noreply.github.com>
2025-05-12 15:47:09 -04:00

38 lines
330 B
Text

.pnpm-store
dist
out
out-*
node_modules
coverage/
mock/
.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
# Vite development
.vite-port