Reputation: 2470
.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.
Upvotes: 2
Views: 1187
Reputation: 31023
It's a known issue with ASP.NET 5 RC1, will be fixed in RC2:
https://github.com/aspnet/Tooling/issues/289
Upvotes: 3