mirror of
https://github.com/patriceckhart/zot.git
synced 2026-06-26 21:36:31 +02:00
Previously gitignore filtering ran only in recursive mode; the default flat directory browse showed .git/, node_modules/, etc. Apply it in both modes and make it user-controllable. - Flat scan() now also skips .git and gitignored entries. - New respectGitignore flag on the suggester (default on), persisted as respect_gitignore in config.json, surfaced as a /settings checkbox, and plumbed through SettingsStore/InteractiveConfig/cli. Toggling flips the picker live. - .git is always pruned in recursive mode regardless of the toggle, to protect the entry budget. - Tests for flat-mode filtering and the toggle across both modes. |
||
|---|---|---|
| .. | ||
| agent | ||
| core | ||
| ignore | ||
| provider | ||
| tui | ||