From d956403d00ff9c2c37c6529c89b2a122fc88a8c3 Mon Sep 17 00:00:00 2001 From: Eric Schultz Date: Sun, 18 Feb 2024 13:00:02 -0600 Subject: [PATCH] Ignore .vscode config --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 118eb3dc5..1e7ae82cd 100644 --- a/.gitignore +++ b/.gitignore @@ -81,3 +81,5 @@ tests/tmp-sandstorm app-index.spk test-app.spk deps/llvm-build + +.vscode