From 165c4532fc855171559791c5a657e61af96dee04 Mon Sep 17 00:00:00 2001 From: Andrea Odetti Date: Sun, 27 Feb 2022 18:53:52 +0000 Subject: [PATCH] Exclude .vscode from git. Signed-off-by: Andrea Odetti --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 9e145f4f..1c6413a5 100644 --- a/.gitignore +++ b/.gitignore @@ -245,3 +245,6 @@ target_wrapper.* # QtCtreator CMake CMakeLists.txt.user* + +# VSCode +.vscode