Merge branch '1.0.0-beta8' into 1.0.0-rc1

pull/583/head
danroth27 2015-10-15 21:35:30 -07:00
commit c84fed7fcb
1 changed files with 1 additions and 1 deletions

View File

@ -399,7 +399,7 @@ The most common sections that you will see for including and excluding files are
* The *publishExclude* section allows you to exclude files from the publish output of your project. In this example, all *.xproj*, *.user*, and *.vspscc* files from the output of the publish command.
.. note:: Most sections of the *project.json* file that deal with files allow `glob patterns <https://en.wikipedia.org/wiki/Glob_programming>`_, which often called wildcards.
.. note:: Most sections of the *project.json* file that deal with files allow `glob patterns <https://en.wikipedia.org/wiki/Glob_programming>`_, which are often called wildcards.
List of include/exclude properties
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^