You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 11, 2020. It is now read-only.
in the wwwroot/app of my project I deploy the result of the compilation of the typescript files that are under the apprott, and for this reason I don't want that the resulting file are added to the repository any time.
I think the result shoud skip these files inside the wwwroot\app directory of every project in the solution, but when I try to commit the files I see this:
I don't see what is wrong.
Looks like is a tooling problem because if I open the local repository just after I added the solution to source control I see this
The ignores are respected
The text was updated successfully, but these errors were encountered:
If this issue is still a problem with the RTW release of Visual Studio 2017, please report a new issue using the Report a Problem tool. While you can still use .NET Core and ASP.NET Preview tools with Visual Studio 2015, Visual Studio 2017 is now the officially supported tool for developing .NET Core and ASP.NET Core projects.
By using the Report a Problem tool (available in both VS 2017 and VS 2015), you can collect detailed information about the problem, and send it to Microsoft with just a few button clicks. See Visual Studio's Talk to Us page for more details.
Please use the discussion topic here for feedback and questions on the deprecation of this issue tracker. Thanks!
Hi,
I added these two entry in the .gitignore file of the solution
in the wwwroot/app of my project I deploy the result of the compilation of the typescript files that are under the apprott, and for this reason I don't want that the resulting file are added to the repository any time.
I think the result shoud skip these files inside the wwwroot\app directory of every project in the solution, but when I try to commit the files I see this:
I don't see what is wrong.
Looks like is a tooling problem because if I open the local repository just after I added the solution to source control I see this
The ignores are respected
The text was updated successfully, but these errors were encountered: