Merges on IntelliJ IDEA .IPR and .IWS files

前端 未结 4 1085

We keep our IntelliJ .IPR and .IWS files in our source control, but they keep getting modified by IntelliJ just by opening them, even without any work being done on the proj

4条回答
  •  天命终不由人
    2020-12-14 02:04

    We add an extension to the ones checked into source control (.deleteme). Then new people can check out the project, change the extensions, and go. If we make config changes, we update the checked in files.

提交回复
热议问题