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. |
||
|---|---|---|
| .. | ||
| npm | ||
| scripts | ||
| src | ||
| .gitignore | ||
| eslint.config.mjs | ||
| package.json | ||
| tsconfig.json | ||
| tsup.config.ts | ||
| vitest.config.ts | ||