From f32fbd537541f4c2f9d65198e48543d9ef07b63e Mon Sep 17 00:00:00 2001 From: David Dworken Date: Sun, 25 Aug 2024 11:22:35 -0700 Subject: [PATCH] Add VS code settings to the gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 33077df..4b9cf65 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,6 @@ node_modules/ package.json package-lock.json .prettierrc + +# VS Code settings +.vscode/ \ No newline at end of file