What project files shouldn't be checked into SVN

后端 未结 6 1356
无人共我
无人共我 2021-01-13 01:42

At the moment I check in all my files (including dll\'s, VS solution files, images, etc). I often need to checkout these files to a staging server or to a another developer

6条回答
  •  礼貌的吻别
    2021-01-13 02:34

    In terms of project files, don't check in the ".csproj.user" files, or ".suo" files.

    Also, nothing in the "bin" and "obj" folders.

提交回复
热议问题