mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
This adds visibility for which directories are excluded from codebase indexing, addressing the user question about whether node_modules and dist are indexed (they are not). Changes: - Add EXCLUDED_INDEXING_DIRECTORIES constant to @roo-code/types package - Add collapsible "Excluded Directories" section to CodeIndexPopover - Add translation keys for the new UI section This helps users understand what directories are automatically excluded from indexing without having to look at the source code. |
||
|---|---|---|
| .. | ||
| audio | ||
| public | ||
| src | ||
| .gitignore | ||
| browser-panel.html | ||
| components.json | ||
| eslint.config.mjs | ||
| index.html | ||
| package.json | ||
| tsconfig.json | ||
| turbo.json | ||
| vite.config.ts | ||
| vitest.config.ts | ||
| vitest.setup.ts | ||