playframework - Is it possible to set excluded folders for IDEA from SBT? -


i have large multi module sbt project. 1 module play2 project. now, default, intellij idea excludes whole target folder , idea's own compiler not run compile goal sbt, tries figure out itself. leads important play2 parts routes , reverse routers not built.

when run sbt compile console, these components built, since in target folder excluded in idea default, idea ignores in there.

every time when switching git branches (the play2 project in 1 branch of now) have go project structure , adjust excluded folders manually.

is somehow possible have idea figure out itself, , call sbt compile when rebuilding project?


Comments

Popular posts from this blog

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

linux - disk space limitation when creating war file -

How to provide Authorization & Authentication using Asp.net, C#? -