Sharing .idea folder with team, what might happen during an IntelliJ upgrade?

Answered

We are considering adding certain .idea files to our vcs in order to share them across the team (such as code style). I am wondering what might happen during an IntelliJ upgrade where the format or location of those files change. If we checkin the update, then team members still on the older version would likely have issues reading the new file formats, correct? What workflow does JetBrains suggest in a situation like that? 

0
1 comment

The obvious workflow it to always use the same IDE version. We try not to make such breaking changes.

0

Please sign in to leave a comment.