]> source.dussan.org Git - gitignore.git/commitdiff
VS15 bower - default config
authormarcrocny <mlewando@rochester.rr.com>
Thu, 2 Mar 2017 22:14:45 +0000 (17:14 -0500)
committerGitHub <noreply@github.com>
Thu, 2 Mar 2017 22:14:45 +0000 (17:14 -0500)
In VS15 (2017) the default .bowerrc repoints the default location to wwwroot/lib, and bower package restore is ON.

VisualStudio.gitignore

index a752eacca7decc2fdf37befd97a2610df9f7af11..fa891f11eaa0bfb704889f6c024c0539166116ed 100644 (file)
@@ -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