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. |
||
|---|---|---|
| .. | ||
| __tests__ | ||
| components | ||
| context | ||
| hooks | ||
| i18n | ||
| lib | ||
| oauth | ||
| utils | ||
| vite-plugins | ||
| App.tsx | ||
| browser-panel.tsx | ||
| index.css | ||
| index.tsx | ||
| preflight.css | ||
| types.d.ts | ||
| vite-env.d.ts | ||