.vscodeignore 179 B

1234567891011121314
  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
  14. *.gif