diff options
| author | Bozhidar Batsov <bozhidar@toptal.com> | 2026-04-26 12:30:10 +0100 |
|---|---|---|
| committer | Bozhidar Batsov <bozhidar@toptal.com> | 2026-04-26 12:30:10 +0100 |
| commit | a039e44622b644deb90893f7b27c0940c486bbb7 (patch) | |
| tree | c0f515288905544ea851a166322239d7936eb7d7 /Eldev | |
| parent | 366049b8f4a14fc1842ae264e6544bdc279308b5 (diff) | |
Document remaining indexing semantics
Three doc gaps surfaced during the indexing review:
* The `*' prefix on `projectile-globally-ignored-directories' entries
is not a glob - it is what promotes a basename match from
"anchored at the project root" to "anywhere in the tree", and it
only takes effect under hybrid indexing.
* The default `projectile-generic-command' picks `fd' when it's on
PATH and falls back to a `find ... | tr ...' pipeline. The
fallback does not exclude common build directories, which is a
trap for non-VCS projects under alien on hosts without `fd'.
* `projectile-git-use-fd' controls how Projectile handles
deleted-but-unstaged files: with `fd' they disappear immediately,
with `git ls-files' Projectile post-filters via `git ls-files -zd'.
Diffstat (limited to 'Eldev')
0 files changed, 0 insertions, 0 deletions
