From 73cf0c7cde63148eab1523875ffe9de45f2a1dcc Mon Sep 17 00:00:00 2001 From: Andrew Taylor Date: Thu, 18 Apr 2024 19:39:41 -0700 Subject: [PATCH] Ignore VSCode settings --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 6a8c9da..bfa9356 100644 --- a/.gitignore +++ b/.gitignore @@ -62,3 +62,6 @@ typings/ # next.js build output .next + +# VSCode +/.vscode