enable local builds in aspnet folder (#2693)

* enable local builds

* remove comments
pull/2695/head
Tom Dykstra 2017-02-08 09:55:23 -08:00 committed by Rick Anderson
parent 0a74d5e7e6
commit c3aba78729
3 changed files with 10 additions and 2 deletions

2
aspnet/.gitignore vendored
View File

@ -0,0 +1,2 @@
_build/
_site/

View File

@ -35,7 +35,12 @@
],
"overwrite": [],
"externalReference": [],
"globalMetadata": { "breadcrumb_path": "/aspnet/breadcrumb/toc.json" },
"globalMetadata": {
"breadcrumb_path": "/aspnet/breadcrumb/toc.json",
"_navPath": "/foo",
"_navRel": "/foo",
"searchScope": ["ASP.NET"]
},
"fileMetadata": {},
"template": [],
"dest": "_site"

View File

@ -11,7 +11,8 @@
"**/samples/**",
"aspnet/**",
"**/includes/**",
"**/aspnet-core-conceptual/**"
"**/aspnet-core-conceptual/**",
"_site/**"
]
}
],