Storing run configurations with project...
Answered
As I'm switching my work systems, transferring bits from one system to the other I found this feature for exporting the run configurations from individual projects. Seems very useful.
Is it considered good practice to add these to source control? Generally I avoid including IDE specific items (like .idea, .iml, etc) with the project, but this would seem to be an exception to the rule?
Please sign in to leave a comment.
yeah, and this assumes that all team members are using intellij. Not sure how else it could be done.
thanks.