From 2e95188819b0b2a0157d5ea0f80ccfe84b5b982e Mon Sep 17 00:00:00 2001 From: Carson Date: Sun, 8 Sep 2024 18:59:19 -0400 Subject: [PATCH] chore: gitignore .vscode file --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 463e6cc..2ed0d31 100644 --- a/.gitignore +++ b/.gitignore @@ -18,4 +18,6 @@ docs/ broadcast/* # Bun -node_modules/ \ No newline at end of file +node_modules/ + +.vscode \ No newline at end of file