| 1234567891011121314151617181920212223242526272829303132333435363738 |
- .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
|