gitignore/Yeoman-x-VSCode.gitignore
2022-05-12 22:20:01 -04:00

11 lines
136 B
Plaintext

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