From 02ee8e96783b1ab2a09c8989ab5f3f5485d7a7e7 Mon Sep 17 00:00:00 2001 From: Steven Qiu Date: Tue, 1 Oct 2024 22:39:45 +0800 Subject: [PATCH] chore: add .vscode to .gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 90addb0..cb95eeb 100644 --- a/.gitignore +++ b/.gitignore @@ -133,3 +133,6 @@ dist .yarn/build-state.yml .yarn/install-state.gz .pnp.* + +# VSCode configurations +.vscode