diff options
| author | Christoph Schlosser <christoph@linux.com> | 2019-10-08 22:33:16 +0200 |
|---|---|---|
| committer | Christoph Schlosser <christoph@linux.com> | 2019-10-08 22:33:16 +0200 |
| commit | c5e85c18f4ee818253d3f761a583da2002365075 (patch) | |
| tree | c1eb2d89bee92281422aeb2ab8d87624dc8fd207 | |
| parent | d12cfa9537790ce3489967f77de18ef52717daeb (diff) | |
| download | doxdocgen-c5e85c18f4ee818253d3f761a583da2002365075.tar.gz | |
Extend .vscodeignore
| -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 |