.vscodeignore 174 B

12345678910111213
  1. .vscode/**
  2. .vscode-test/**
  3. out/**
  4. node_modules/**
  5. src/**
  6. .gitignore
  7. .yarnrc
  8. webpack.config.js
  9. vsc-extension-quickstart.md
  10. **/tsconfig.json
  11. **/.eslintrc.json
  12. **/*.map
  13. **/*.ts