Skip to content

Commit

Permalink
Remove wwwroot/lib exclusion for ASP.NET Core (github#3009)
Browse files Browse the repository at this point in the history
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 github#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 aspnet/Templating#48.
  • Loading branch information
jimmylewis authored and shiftkey committed Mar 20, 2019
1 parent 91cca65 commit 7f765e3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions VisualStudio.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -236,8 +236,6 @@ orleans.codegen.cs
# Since there are multiple workflows, uncomment next line to ignore bower_components
# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
#bower_components/
# ASP.NET Core default setup: bower directory is configured as wwwroot/lib/ and bower restore is true
**/wwwroot/lib/

# RIA/Silverlight projects
Generated_Code/
Expand Down

0 comments on commit 7f765e3

Please sign in to comment.