From b329d652acd05430697c973c783a0c04063d5ec9 Mon Sep 17 00:00:00 2001 From: rtldg Date: Mon, 3 Mar 2025 10:20:47 +0000 Subject: [PATCH] Add vscode dirs to .gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 40ce744..fcc2f5e 100644 --- a/.gitignore +++ b/.gitignore @@ -27,3 +27,6 @@ build/ build-*/ obj-*/ .gdb_history + +.vs/* +.vscode/*