Why does eclipse create a .settings directory?

后端 未结 3 1271
不知归路
不知归路 2021-02-05 00:47

i have noticed that eclipse recently creates a .settings directory with 1 file inside and i am wondering if i should add this to version control? SVN?

also, is this new?

3条回答
  •  感情败类
    2021-02-05 01:01

    Those are project specific settings for eclipse. You do not need to include them in svn, as each users eclipse will create these when they checkout project, or they may even use another IDE and not need them. If you are the only one using the project then it won't matter if you include them though.

提交回复
热议问题