What project files shouldn't be checked into SVN

后端 未结 6 1397
无人共我
无人共我 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:12

    I only check files that are needed to compile the project in other computer that includes .lib or even dll but not precompiled headers or per-user files that fills the repository with garbage

提交回复
热议问题