From f1f9bacf763b1640ca934bb0c3f23464179f053d Mon Sep 17 00:00:00 2001 From: Proddy Date: Sun, 10 Mar 2024 21:15:42 +0100 Subject: [PATCH] ignore vscode --- .gitignore | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 127a92df7..b9391d904 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,5 @@ # vscode -.vscode/c_cpp_properties.json -.vscode/extensions.json -.vscode/launch.json -.vscode/settings.json +.vscode/* # c++ compiling .clang_complete @@ -60,3 +57,4 @@ bw-output/ # testing emsesp +