From 4c0ab5777913a1f33be5837f6eacde83fe858bca Mon Sep 17 00:00:00 2001 From: Reinout Meliesie Date: Mon, 1 Sep 2025 14:50:08 +0200 Subject: [PATCH] Add VS Code workspace files to gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 8f11f84..b947668 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /build /lib /local.make +/*.code-workspace