Exclude files from TFS via project file

前端 未结 2 1150
南旧
南旧 2021-01-05 02:21

I am searching for a possibility to exclude some files of my generated VS project file from TFS. I know that it is possibly afterwards with the .vspscc file.

But wha

2条回答
  •  逝去的感伤
    2021-01-05 02:52

    There are several levels of excluding files in TFS:

    1. Manually by excluding a file or folder on the check-in dialog.
    2. Manually by excluding a file or folder on the Add items to Folder dialog. tfs scm exclude manually
    3. On the Add items to Folder dialog > Automatically exclude from source control: tfs exclude
      Note: the default items can be modified using the registry.

    4. On the team project source control level using a check-in policy.

    5. On the source control permissions level: Source Control > Mark a folder > Security > Deny Check-In permission tfs scm permissions
    6. On the workspace level by cloaking.

提交回复
热议问题