Hello! When building gradle multi module js projec...
# javascript
p
Hello! When building gradle multi module js project build folder in root directory is created and Intellij Idea after each build indexing it. What configuration show I add to exclude this folder from indexing? I tried to use idea gradle plugin with excluded build folder but it did not help. Please help me with advice!
s
You can mark its content root as excluded using the “Project Structure” dialog: https://www.jetbrains.com/help/idea/content-roots.html#folder-categories
p
Thanks, @Sebastian Aigner! But when I syn gradle it will be removed?