You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have checked that this feature is not already implemented
This feature does not exist
Use case
There are large families of gems that are just generated api code that both take a long time to index, and aren't worth indexing. Manually enumerating them once wasn't so bad, but I just had a reason to add Yet Another Aws Gem and it's not fun to have to remember to exclude it.
Thank you for the feature suggestion! We're open to having this possibility, but we can't prioritize it at the moment. If someone is interested in working on this, but aren't sure where to start, just reach out and we can help.
Note: we may be able to implement this with File.fnmatch?, which can check glob patterns against file paths and returns a boolean.
I have checked that this feature is not already implemented
Use case
There are large families of gems that are just generated api code that both take a long time to index, and aren't worth indexing. Manually enumerating them once wasn't so bad, but I just had a reason to add Yet Another Aws Gem and it's not fun to have to remember to exclude it.
Description
Right now my config is
But I would like it to be like
or something along those lines
Implementation
No response
The text was updated successfully, but these errors were encountered: