]> source.dussan.org Git - gitignore.git/commit
Remove wwwroot/lib exclusion for ASP.NET Core (#3009)
authorJimmy Lewis <jimmy.lewis@microsoft.com>
Wed, 20 Mar 2019 22:06:32 +0000 (15:06 -0700)
committerBrendan Forster <brendan@github.com>
Wed, 20 Mar 2019 22:06:32 +0000 (19:06 -0300)
commit7f765e3f2a66a318d8be813cf5fc0cd93cc67ed0
treece1a9bacab54150cedf70df9cd20550e896c1b39
parent91cca656dff520e723c24c2b17799d3f2b053b6e
Remove wwwroot/lib exclusion for ASP.NET Core (#3009)

ASP.NET Core projects no longer use Bower by default (since Bower is now deprecated), and instead create static files in the wwwroot/lib path.  This path is can also be used by convention for ASP.NET Core developers, and since it's no longer populated by Bower, it is unituitive to be excluded by default.

This change removes the lines added by #2307.

**Reasons for making this change:**

VS default flow is now broken by excluding files required to run an ASP.NET Core project.

**Links to documentation supporting these rule changes:**

The changes to the ASP.NET Core templates was tracked by https://github.com/aspnet/templating/issues/48.
VisualStudio.gitignore