From 0dffecc6ffcfb5157f9db43f9a91cb6a1ea87250 Mon Sep 17 00:00:00 2001 From: "karl.hudgell" Date: Mon, 20 Jun 2022 12:50:07 +0100 Subject: [PATCH] ignore the launch.json --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index bfb8e83..166d823 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ __pycache__/ build/ dist/ main.spec +.vscode/launch.json