Skip to content

Commit d5724e4

Browse files
author
marcrocny
authored
VS15 bower - default config
In VS15 (2017) the default .bowerrc repoints the default location to wwwroot/lib, and bower package restore is ON.
1 parent be96230 commit d5724e4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

VisualStudio.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,9 @@ orleans.codegen.cs
205205
# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
206206
#bower_components/
207207

208+
# VS15: by default bower location is moved, bower restore is true
209+
**/wwwroot/lib/
210+
208211
# RIA/Silverlight projects
209212
Generated_Code/
210213

@@ -284,4 +287,4 @@ __pycache__/
284287
*.btp.cs
285288
*.btm.cs
286289
*.odx.cs
287-
*.xsd.cs
290+
*.xsd.cs

0 commit comments

Comments
 (0)