Indexing issue
Answered
Hi,
Every time I starts the IntelliJ it's re-indexing the whole project. I have a big project with a lot of files and it's indexing a lot of times. Most of the files are static and created as result of javascript compilation.
I trying to exclude some paths but this doesn't offere me solution because of 2 things:
- It's removed everytime and i found myself configuring the same stuff over and over again
- We I'm deploying my webapp those files aren't copied to the web server
Many of the indexing are the dependencies libraries and folders like bower_componenets and node_modules. I don't want those indexed and there is no reason those will be indexed (or at least not indexed and blocking my project, should be done in the background while i can continue working on the proejct)
Any tips?
Please sign in to leave a comment.
Hello,
"node_modules" folder should be excluded from indexing by default: https://youtrack.jetbrains.com/issue/WEB-29601
Could you please report an issue on YouTrack: http://youtrack.jetbrains.com/issues/WEB. attaching idea.log ("Help | Show Log in...") after restarting IDE and reproducing the issue?