From d5724e4198dcc486c029e446d22e3fd4893edaae Mon Sep 17 00:00:00 2001 From: marcrocny Date: Thu, 2 Mar 2017 17:14:45 -0500 Subject: [PATCH 1/2] VS15 bower - default config In VS15 (2017) the default .bowerrc repoints the default location to wwwroot/lib, and bower package restore is ON. --- VisualStudio.gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index a752eacc..fa891f11 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -205,6 +205,9 @@ orleans.codegen.cs # (https://github.com/github/gitignore/pull/1529#issuecomment-104372622) #bower_components/ +# VS15: by default bower location is moved, bower restore is true +**/wwwroot/lib/ + # RIA/Silverlight projects Generated_Code/ @@ -284,4 +287,4 @@ __pycache__/ *.btp.cs *.btm.cs *.odx.cs -*.xsd.cs \ No newline at end of file +*.xsd.cs From 6686e52dbee808c0eab4d4197ff080363657853d Mon Sep 17 00:00:00 2001 From: Marc Lewandowski Date: Mon, 6 Mar 2017 13:14:55 -0500 Subject: [PATCH 2/2] update wwwroot/lib description; revert EOF --- VisualStudio.gitignore | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index fa891f11..4a20d44c 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -204,8 +204,7 @@ 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/ - -# VS15: by default bower location is moved, bower restore is true +# ASP.NET Core default setup: bower directory is configured as wwwroot/lib/ and bower restore is true **/wwwroot/lib/ # RIA/Silverlight projects @@ -287,4 +286,4 @@ __pycache__/ *.btp.cs *.btm.cs *.odx.cs -*.xsd.cs +*.xsd.cs \ No newline at end of file