From 647c8cbefa628c4bc9ed2a0e48b7d5ee99caaa12 Mon Sep 17 00:00:00 2001 From: Cody Littley <56973212+cody-littley@users.noreply.github.com> Date: Mon, 15 Jul 2024 15:52:09 -0500 Subject: [PATCH] Ignore project files for the Jetbrains GoLand IDE. (#639) Signed-off-by: Cody Littley --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index bbf26b13d..32971ffeb 100644 --- a/.gitignore +++ b/.gitignore @@ -10,4 +10,4 @@ coverage.* contracts/broadcast - +.idea