Native indexing does not use `projectile-globally-ignored-files` or `projectile-globally-ignored-file-suffixes`
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.
I'm working on this, FWIW.
(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.
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!