From 7bdbcb80b6dddd95b9de9255e6b5c22b6cac88fc Mon Sep 17 00:00:00 2001 From: Lily Rose Date: Sun, 16 Feb 2025 15:47:47 +1100 Subject: [PATCH] Add .vscode to gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index c795b05..e9ee0fb 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -build \ No newline at end of file +build +.vscode \ No newline at end of file