From ca6c0d61fa73a3b27b9f302bf0e973f59501c928 Mon Sep 17 00:00:00 2001 From: Matthew Kennedy Date: Wed, 11 Nov 2020 16:36:06 -0800 Subject: [PATCH] ignore extension state json --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index bc0351b..d16b71b 100644 --- a/.gitignore +++ b/.gitignore @@ -58,3 +58,6 @@ Temporary Items # Firmware build intermediates & products build/ .dep/ + +# cortex-debug vscode extension local state +.vscode/.cortex-debug*state.json