What should NOT be under source control?

前端 未结 24 2337
野的像风
野的像风 2020-12-04 07:24

It would be nice to have a more or less complete list over what files and/or directories that shouldn\'t (in most cases) be under source control. What do you think should be

24条回答
  •  南方客
    南方客 (楼主)
    2020-12-04 08:16

    Some other Visual Studio typical files/folders are

    *.cachefile 
    *.backup 
    _UpgradeReport_Files
    

    My tortoise global ignore pattern for example looks like this

    bin obj *.suo *.user *.cachefile *.backup _UpgradeReport_Files
    

提交回复
热议问题