From d5724e4198dcc486c029e446d22e3fd4893edaae Mon Sep 17 00:00:00 2001 From: marcrocny Date: Thu, 2 Mar 2017 17:14:45 -0500 Subject: [PATCH] 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 -- 2.39.5