Merged PR 13093: Updated docfx.json to remove *.json.

Updated docfx.json to remove *.json.
1. there is no json file need to publish
2. will cause op publish temporary files.
This commit is contained in:
Junkui Chen
2018-12-05 20:32:17 +00:00
committed by Jeanie Decker
parent 8c74604bbe
commit 5db7f3191f

View File

@ -9,7 +9,7 @@
],
"resource": [
{
"files": ["**/images/**", "**/*.json"],
"files": ["**/images/**"],
"exclude": ["**/obj/**"]
}
],