From 568b88085aa275aa9630a94816ffbe891175b709 Mon Sep 17 00:00:00 2001 From: Seb Julliand Date: Fri, 5 May 2023 12:02:36 +0200 Subject: [PATCH] Exclude src/, types/ and tsconfig.json from vsix --- .vscodeignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.vscodeignore b/.vscodeignore index ed3da8531..072ff0bd1 100644 --- a/.vscodeignore +++ b/.vscodeignore @@ -7,7 +7,10 @@ vsc-extension-quickstart.md **/jsconfig.json **/*.map **/.eslintrc.json +**/tsconfig.json +src/** +types/** docs/** .github/** node_modules -media \ No newline at end of file +media