I am wondering how to delete specific files from IntelliJ autocomplete. More precisely, things received through Maven. As an example, replace will generate a long list of declarations:

Most of them are random declarations of variables and functions in JS files that come from Maven dependencies (I develop Confluence plugins, therefore, Confluence dependencies). I am wondering how am I doing IntelliJ to ignore all these files? For files in a project, I can simply mark the directory as ignored, but since these files are in my Maven repository, I cannot do this.
source share