From b7f093d55ba4906de8d56fcd110ede2197bb1da1 Mon Sep 17 00:00:00 2001 From: Elio Struyf Date: Tue, 31 Aug 2021 12:09:56 +0200 Subject: [PATCH] Updated tsconfig to exclude docs + ignore list --- .vscodeignore | 7 ++++++- tsconfig.json | 3 ++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.vscodeignore b/.vscodeignore index 8b3c2639..5c3a7973 100644 --- a/.vscodeignore +++ b/.vscodeignore @@ -10,4 +10,9 @@ vsc-extension-quickstart.md **/*.ts webpack.config.js node_modules -docs \ No newline at end of file +docs +tailwind.config.js +sample +postcss.config.js +.templates +.github \ No newline at end of file diff --git a/tsconfig.json b/tsconfig.json index b0cde195..493a911b 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -14,6 +14,7 @@ }, "exclude": [ "node_modules", - ".vscode-test" + ".vscode-test", + "docs" ] }