-
|
We have a legacy subfolder that contains a lot of files/code that we almost never touch, is there a way to ignore this folder for phpactor, i'm assuming it's a bottleneck for indexing |
Beta Was this translation helpful? Give feedback.
Answered by
mamazu
Apr 7, 2025
Replies: 1 comment 1 reply
-
|
WIth the option "indexer.exclude_patterns" you can ignore any list of files by glob path: https://phpactor.readthedocs.io/en/master/reference/configuration.html#param-indexer-exclude-patterns However this will also not complete any classes or functions from files in this directory |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
aszenz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
WIth the option "indexer.exclude_patterns" you can ignore any list of files by glob path: https://phpactor.readthedocs.io/en/master/reference/configuration.html#param-indexer-exclude-patterns
However this will also not complete any classes or functions from files in this directory