From 660a65c14ee079b69c435350ce0f6a9fd7c947f4 Mon Sep 17 00:00:00 2001 From: BradTFT Date: Thu, 12 May 2022 22:20:01 -0400 Subject: [PATCH] Add to Yeoman-x-VSCode --- Yeoman-x-VSCode.gitignore | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Yeoman-x-VSCode.gitignore diff --git a/Yeoman-x-VSCode.gitignore b/Yeoman-x-VSCode.gitignore new file mode 100644 index 00000000..b3cb2642 --- /dev/null +++ b/Yeoman-x-VSCode.gitignore @@ -0,0 +1,10 @@ +# this assumes you are using TypeScript in your project +/node +node_modules +*.code-workspace +*.js +*.map +out/** +*.vscode +test/** +suite/**