mirror of
https://github.com/github/gitignore
synced 2024-11-26 05:34:21 +01:00
VS15 bower - default config
In VS15 (2017) the default .bowerrc repoints the default location to wwwroot/lib, and bower package restore is ON.
This commit is contained in:
parent
be962308a6
commit
d5724e4198
@ -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
|
||||
*.xsd.cs
|
||||
|
Loading…
Reference in New Issue
Block a user