From e72e167a3e1ed70605d381318b6911c1707bb9c7 Mon Sep 17 00:00:00 2001 From: Ryan McGuire Date: Tue, 19 Nov 2024 08:42:42 -0500 Subject: [PATCH] exclude vscode --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 6816e68..a0d6363 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ bin/* .env +.vscode