projectile icon indicating copy to clipboard operation
projectile copied to clipboard

Native indexing does not use `projectile-globally-ignored-files` or `projectile-globally-ignored-file-suffixes`

Open berquist opened this issue 3 months ago • 3 comments

For the suffixes, it's not hooked in to most places. (Maybe projectile-remove-ignored should be used more? There is probably a performance consideration here though.)

For the filenames, this is an extension of https://github.com/bbatsov/projectile/issues/740.

This may be true for projectile-global-ignore-file-patterns too.

berquist avatar Aug 31 '25 16:08 berquist

I'm working on this, FWIW.

berquist avatar Aug 31 '25 16:08 berquist

(Maybe projectile-remove-ignored should be used more? There is probably a performance consideration here though.)

For the native indexing performance is not that big of a concern, as it's kind of expected to be slow. Admittedly, I haven't paid enough attention to it in recent years, since I'm using pretty much exclusively the alien indexing.

bbatsov avatar Sep 01 '25 07:09 bbatsov

This issue has been automatically marked as stale because it has not had any recent activity. It will be closed soon if no further activity occurs. Thank you for your contribution and understanding!

github-actions[bot] avatar Dec 01 '25 02:12 github-actions[bot]