Team Foundation Server 2010 Not Honoring My .tfignore file

后端 未结 2 2003
北恋
北恋 2021-01-18 20:01

Here\'s my .tfignore exactly. It is in the root directory of the branch and committed to TFS, but it is never honored. I imagine I\'m missing some syntactic subtlety not cle

相关标签:
2条回答
  • 2021-01-18 20:17

    I don't know if this will count as an answer but my .tfignore file only seems to be taken into account when checking in individual projects, if I do a check in from the solution it is completely ignored. I've tested it on several machines at this point and see the same pattern. So I have to have my team either manually going through and excluding files when doing a full solution check in or just checking in individual projects. Both are horrible work arounds but at this point I haven't found a better solution.

    0 讨论(0)
  • 2021-01-18 20:37

    You're probably not missing any syntactic subtleties, .tfignore is a new feature in VS2012 and seems to also require TFS2012.

    0 讨论(0)
提交回复
热议问题