This commit is contained in:
BradTFT 2024-09-15 13:29:56 +00:00 committed by GitHub
commit cf84b0fe03
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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/**