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.