From 2f683a51d5e19d50522bc2df6f00b35b9c28b554 Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Sun, 8 Jun 2025 22:15:19 +0100 Subject: [PATCH] Reintroduce .vscode/ to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index c14a209c..e8d49cc2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ /target /testing-plugins .venv/ +.vscode/ build/