From f983c86e6c362ef7f0dd3fcadf27740ce9d54c0d Mon Sep 17 00:00:00 2001 From: ayaan Date: Mon, 14 Oct 2024 17:31:11 +0900 Subject: [PATCH] chore: ignore ".vscode" directory --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index e43b0f98..2c468675 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,4 @@ .DS_Store + +# local configuration +.vscode