From 5167e2a6d11bbe5c5973d41d261bd7e046c28154 Mon Sep 17 00:00:00 2001 From: Jhonatan Henkel <96666648+Jhon-Henkel@users.noreply.github.com> Date: Thu, 28 Dec 2023 20:16:57 -0300 Subject: [PATCH] feat: add .idea directory to ignore in Go-Lang --- Go.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Go.gitignore b/Go.gitignore index 3b735ec4..fe834603 100644 --- a/Go.gitignore +++ b/Go.gitignore @@ -19,3 +19,6 @@ # Go workspace file go.work + +# JetBrains .idea directory +.idea