Add to Yeoman-x-VSCode

This commit is contained in:
BradTFT 2022-05-12 22:20:01 -04:00
parent e5323759e3
commit 660a65c14e

10
Yeoman-x-VSCode.gitignore Normal file
View File

@ -0,0 +1,10 @@
# this assumes you are using TypeScript in your project
/node
node_modules
*.code-workspace
*.js
*.map
out/**
*.vscode
test/**
suite/**