问题
.tfignore is not working for me in VS2015.
i have few gulp generated minified file and bundle file at WWWROOT folder of ASPNET5 project. I have created the .tfignore file in the solution but it still shows me to add file in the TFS.
how to fix this issue.
回答1:
It's a known issue with ASP.NET 5 RC1, will be fixed in RC2:
https://github.com/aspnet/Tooling/issues/289
来源:https://stackoverflow.com/questions/35471571/tfignore-does-not-work-for-me-in-visual-studio-2015