From 1d7e3275a461a673b531d14a390c5238f04503a7 Mon Sep 17 00:00:00 2001 From: Ashwin Gopalsamy <47941624+ashwingopalsamy@users.noreply.github.com> Date: Sun, 12 Jan 2025 09:00:21 +0530 Subject: [PATCH] fix(go.gitignore): mark IDE-related ignore files as optional --- Go.gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Go.gitignore b/Go.gitignore index ed202726..aaadf736 100644 --- a/Go.gitignore +++ b/Go.gitignore @@ -28,5 +28,5 @@ go.work.sum .env # Editor/IDE -.idea/ -.vscode/ +# .idea/ +# .vscode/