What project files should not be checked into Subversion?

I'm configuring WebStorm projects that will be shared among developers. The file .idea/workspace.xml is configured as an ignored files (by default) but it's being committed by Subversion. Any idea on why this is happening? Also, what other files should not be committed for a shared project?

0
Avatar
Permanently deleted user

It's enough to exclude only .idea/workspace.xml. See what files are to be placed under version control: http://devnet.jetbrains.com/message/5469068
It's seems that you have .idea/workspace.xml tracked by SVN previously. See how to exclude .idea/workspace.xml: http://youtrack.jetbrains.com/issue/IDEA-87593#comment=27-155719

0

请先登录再写评论。