From b5ea455d77b8e3681f4b11cd21aad27effc85a52 Mon Sep 17 00:00:00 2001 From: Valerio Setti Date: Mon, 13 May 2024 11:14:57 +0200 Subject: [PATCH] gitignore: ignore .vscode folder in main repo Signed-off-by: Valerio Setti --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 4f29d5be5..12c775dff 100644 --- a/.gitignore +++ b/.gitignore @@ -67,3 +67,6 @@ massif-* compile_commands.json # clangd index files /.cache/clangd/index/ + +# VScode folder to store local debug files and configurations +.vscode