我想忽略我在ASP.NET
和VSTS
使用的TFVC
核心项目中的某些文件。
我进行了一些研究,人们说.tfignore
文件应该足够了,但它不会阻止我不想出现在包含的更改中的文件夹。
我尝试了.tfignore
。
\wwwroot\lib
它不起作用。有什么想法吗?
答案 0 :(得分:2)
.tfignore不能与Asp.Net5(现在命名为Asp.Net Core1.0)项目一起使用。这是一个已知的问题。有关详细信息,请参阅此链接:Things in ".tfignore" still are shown in the Solution Explorer (and in pending changes)