From 195c889e174b4f180ba79a3d31ca3b0eb22887e9 Mon Sep 17 00:00:00 2001 From: proddy Date: Sun, 8 Sep 2024 15:42:04 +0200 Subject: [PATCH] exclude vscode settings --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 8eef96223..f7be0a8b2 100644 --- a/.gitignore +++ b/.gitignore @@ -2,7 +2,7 @@ .vscode/c_cpp_properties.json .vscode/extensions.json .vscode/launch.json -#.vscode/settings.json +.vscode/settings.json # c++ compiling .clang_complete