From e4375f96f588999cce65337e120c0b44fb7dad7e Mon Sep 17 00:00:00 2001 From: Ferenc Hammerl Date: Tue, 25 May 2021 15:25:06 +0200 Subject: [PATCH] Unignore .vscode/launch and tasks only --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 40f53a984..c43e89088 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,9 @@ **/*.error **/*.json.pretty .idea/ +.vscode +!.vscode/launch.json +!.vscode/tasks.json # output node_modules