From 944af73a11cdd4b11209e5e5293ab2a8637d99e2 Mon Sep 17 00:00:00 2001 From: Cody Littley Date: Mon, 15 Jul 2024 09:08:01 -0500 Subject: [PATCH] Ignore project files for the Jetbrains GoLand IDE. 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