IntelliJ and sharing the project files in VCS -


i using intellij , after long time not able figure out, intellij specific files should not or should not in vcs. have project has different running configurations among various commits, everytime when checkout project different branch, have adjust running/debug configurations. jetbrains not recommend put workspace.xml in vcs because contain user-specific settings, information run/debug configurations stored here! 10x smarter store in iml file (intellij project file). how solve this?

in run configuration dialog (top right corner), there "share" checkbox. if mark run configuration shared, stored in separate file under .idea , not in workspace.xml, , you'll able add version control system normally.


Comments

Popular posts from this blog

searchKeyword not working in AngularJS filter -

sequelize.js - Sequelize: sort by enum cases -

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -