I need to add some flags for unit tests, and want to share them for all team members. IntelliJ has a solution to share run configurations, but default configurations doesn't have share
checkbox:
Of course, these settings are stored in idea/.workspace
, but I don't want to store to the repository all my stuff, like recent searches. Is there any solution to store default run configurations in the repository?