Roo-Code/.gitignore
vagadiya eeaae4e517 #3679 - Fixes packaging to include correct tiktoken.wasm (lite) (#3697)
- also, additions to .gitignore and .vscodeignore to prevent the IntelliJ .idea and .qodo folders from being included for git and packaging.
2025-05-24 13:39:29 -06:00

42 lines
380 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
# IntelliJ and Qodo plugin folders
.idea/
.qodo/