Storing run configurations with project...

已回答

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?

 

0
Yes, Storing Run configuration as a project file is recommended if you want to commit them to VCS and share them with team members. I assume you’ve already checked out this doc: https://www.jetbrains.com/help/idea/run-debug-configuration.html#share-configurations
0

yeah, and this assumes that all team members are using intellij. Not sure how else it could be done.

thanks.

0

请先登录再写评论。