From fc63532fef3b75d95759d93dab2b5622d5a12b6d Mon Sep 17 00:00:00 2001 From: David Capello Date: Mon, 3 Mar 2025 11:24:52 -0300 Subject: [PATCH] Ignore .vscode directory --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 85a86a640..28ed869a5 100644 --- a/.gitignore +++ b/.gitignore @@ -12,6 +12,7 @@ *.res .DS_Store .vs +.vscode tests/_test* build .build