Rubymine: How to make Git ignore .idea files created by Rubymine

前端 未结 18 2025
隐瞒了意图╮
隐瞒了意图╮ 2020-12-07 08:35

I use Rubymine for Rails projects. Very often, Rubymine makes changes in .idea/* files that I don\'t care about. But it keeps preventing me from checking out ne

18条回答
  •  借酒劲吻你
    2020-12-07 09:14

    Add .idea/* to your exclusion list to prevent tracking of all .idea files, directories, and sub-resources.

提交回复
热议问题