Exclusion Patterns
Control which files are indexed to keep search results relevant.
Not every file should be indexed. Vendor directories, generated code, lock files, and test fixtures can add noise to search results.
Default Patterns
Figorit ships with sensible defaults: node_modules, .git, dist, build, vendor, and common lock files are excluded automatically.
Custom Patterns
Add your own glob patterns from Settings → Exclusion Patterns. For example, add '**/*.test.ts' to exclude all test files, or 'docs/generated/**' to skip auto-generated documentation.