connorshea / vscode-ruby-test-adapter

A Ruby test adapter extension for the VS Code Test Explorer
https://marketplace.visualstudio.com/items?itemName=connorshea.vscode-ruby-test-adapter
MIT License
83 stars 50 forks source link

Add package file to .gitignore and .vscodeignore #61

Closed jochenseeber closed 3 years ago

jochenseeber commented 3 years ago

Prevents manual builds using npm package from accidentally being added to Git or the VSCode package.

connorshea commented 3 years ago

Thank you, I just ran into this exact situation earlier when I published a small update to the extension. Sorry it took so long to get this reviewed and merged!