How to ignore files/folders?

An “experimental” ignore feature for vscode was discussed last April. Is there something similar for IntelliJ? I tried adding this to my cody_settings.json but it did not work:

{
 "cody": {
    ...
    "contextFilters" : {
            "exclude" : [
                {
                    "repoNamePattern" : ".*dagger/sdk/.*"
                }
            ]
        }
    }
}

The documentation says this is only for Enterprise users. If so, is there an alternative for Pro users? This ought to be a basic feature.

1 Like

Hey @esafak

Cody has no file/folder currently and I’m not aware of implementing such feature.
Sorry to say

1 Like

I would like to register my wish to have such a feature created, in the manner of gitignore.

@esafak I added the feature-request tag to this thread so it will be visible to the product team. Are you good with that?