Roo-Code/.gitignore
vagadiya 4550a91950
#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-17 13:53:33 -07: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/