.vscodeignore 166 B

12345678910111213
  1. .vscode/**
  2. .vscode-test/**
  3. test/**
  4. .gitignore
  5. .yarnrc
  6. vsc-extension-quickstart.md
  7. **/jsconfig.json
  8. **/*.map
  9. **/eslint.config.mjs
  10. **/.vscode-test.*
  11. run.sh
  12. extFiles/*