Skip to content

Commit

Permalink
ignore node modules when publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
chandde committed Aug 18, 2020
1 parent 2424d83 commit 3d9caef
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions uiserver/.vscode/settings.json
@@ -1,4 +1,8 @@
{
"appService.defaultWebAppToDeploy": "/subscriptions/7212670f-e052-4bca-a45c-27008f79fdd8/resourceGroups/bingadssmartpagetest2/providers/Microsoft.Web/sites/bingadssmartpagetest2appservice",
"appService.deploySubpath": "."
"appService.defaultWebAppToDeploy": "/subscriptions/7212670f-e052-4bca-a45c-27008f79fdd8/resourceGroups/bingadssmartpagetest2/providers/Microsoft.Web/sites/bingadssmartpagetest2appserviceEurope",
"appService.deploySubpath": ".",
"appService.zipIgnorePattern": [
".vscode{,/**}",
"node_modules{,/**}",
],
}

0 comments on commit 3d9caef

Please sign in to comment.