From 704c46bbb931e980f668f3ef36e5e6a1f5285c3d Mon Sep 17 00:00:00 2001 From: OneRobotBoii Date: Tue, 2 Apr 2024 20:58:09 +0700 Subject: [PATCH] Update .gitignore file to exclude Visual Studio Code workspace files --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index d8ffbe8..fa81bfa 100644 --- a/.gitignore +++ b/.gitignore @@ -134,4 +134,6 @@ pnpm-lock.yaml # JetBrains .idea -hailmary.code-workspace + +# Visual Studio Code +*.code-workspace