diff options
author | marcrocny <mlewando@rochester.rr.com> | 2017-03-02 17:14:45 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-02 17:14:45 -0500 |
commit | d5724e4198dcc486c029e446d22e3fd4893edaae (patch) | |
tree | 9e7acc19796ff31254a845b9d095f42887a1a97d /VisualStudio.gitignore | |
parent | be962308a6efb6d27446d13ee05b74948e616a01 (diff) | |
download | gitignore-d5724e4198dcc486c029e446d22e3fd4893edaae.tar.gz gitignore-d5724e4198dcc486c029e446d22e3fd4893edaae.zip |
VS15 bower - default config
In VS15 (2017) the default .bowerrc repoints the default location to wwwroot/lib, and bower package restore is ON.
Diffstat (limited to 'VisualStudio.gitignore')
-rw-r--r-- | VisualStudio.gitignore | 5 |
1 files changed, 4 insertions, 1 deletions
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 |