Skip to content

Commit

Permalink
Merge pull request #343 from DustinCampbell/improve-package-size
Browse files Browse the repository at this point in the history
Don't package .nyc_output or coverage directories in VSIX
  • Loading branch information
DustinCampbell committed May 18, 2016
2 parents 7878eb2 + 0f33ecf commit 15e500b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .vscodeignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ src/**
.vscode/**
.omnisharp/**

**/.nyc_output/**
**/coverage/**

coreclr-debug/debugAdapters/**
coreclr-debug/bin/**
coreclr-debug/obj/**
Expand Down

0 comments on commit 15e500b

Please sign in to comment.