Our project (managed by Maven) has a jar dependency that contains many, many .js files. The problem is that we very often modify this dependency, and every time we mvn install, IntelliJ IDEA starts reindexing all these .js files, and then it becomes very slow or even dead.
So, I am wondering if there is a way to ask IntelliJ to skip indexing a specific jar library?
source
share