From 4e4b5fb83c4de39704fad2443bb22c8d853143b0 Mon Sep 17 00:00:00 2001 From: EDiasAlberto Date: Tue, 15 Oct 2024 17:27:16 +0100 Subject: [PATCH] modify gitignore to ignore vscode files --- .gitignore | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index a4fe502..3c4fa65 100644 --- a/.gitignore +++ b/.gitignore @@ -24,5 +24,6 @@ *.nav *.toc -#ignore files from CLion IDE -.idea \ No newline at end of file +#ignore files from CLion/VSCode IDEs +.idea +.vscode \ No newline at end of file