From 009741c6e7dcb1e6b77f139b3d4111172c16d0cd Mon Sep 17 00:00:00 2001 From: Brandon Dyck Date: Thu, 4 Jul 2024 18:11:50 -0600 Subject: [PATCH] Ignore vscode files --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 9d3f3b8..1d7573f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ *.db -build \ No newline at end of file +build +.vscode \ No newline at end of file