Skip to content

Remove wwwroot/lib exclusion for ASP.NET Core#3009

Merged
shiftkey merged 1 commit intogithub:masterfrom
jimmylewis:jimmylewis-no-exclude-wwwroot-lib
Mar 20, 2019
Merged

Remove wwwroot/lib exclusion for ASP.NET Core#3009
shiftkey merged 1 commit intogithub:masterfrom
jimmylewis:jimmylewis-no-exclude-wwwroot-lib

Conversation

@jimmylewis
Copy link
Contributor

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 aspnet/Templating#48.

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 aspnet/Templating#48.
Copy link

@clboles clboles left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks good to me. We will make a corresponding change to the .gitignore that ships with Visual Studio, which is synced from this file.

@shiftkey
Copy link
Member

@jimmylewis thanks!

@shiftkey shiftkey merged commit 7f765e3 into github:master Mar 20, 2019
@jimmylewis jimmylewis deleted the jimmylewis-no-exclude-wwwroot-lib branch March 20, 2019 23:30
Ortega-Dan pushed a commit to Ortega-Dan/gitignore that referenced this pull request Jun 26, 2019
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants