1
0
mirror of https://github.com/github/gitignore synced 2025-02-22 02:19:09 +01:00
gitignore/Yeoman-x-VSCode.gitignore

11 lines
136 B
Plaintext
Raw Normal View History

2022-05-12 22:20:01 -04:00
# this assumes you are using TypeScript in your project
/node
node_modules
*.code-workspace
*.js
*.map
out/**
*.vscode
test/**
suite/**