diff options
| -rw-r--r-- | .vscodeignore | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/.vscodeignore b/.vscodeignore index ef52288..a9dae0f 100644 --- a/.vscodeignore +++ b/.vscodeignore @@ -10,4 +10,9 @@ vsc-extension-quickstart.md appveyor.yml coverconfig.json publish_coverage.sh -.github/**
\ No newline at end of file +.github/** +.nyc_output/** +coverage/** +images/** +!images/icon.png +tslint.json
\ No newline at end of file |