From 7e236a7cf0eb2af48203bd400b17b5bc8f109675 Mon Sep 17 00:00:00 2001 From: Chris Dzombak Date: Thu, 26 Sep 2019 11:24:05 -0400 Subject: [PATCH] Add GoLand project file to .gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index f34a787..7a004cc 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,6 @@ config.json digitalocean-dynamic-ip digitalocean-dynamic-dns-ip digitalocean-dynamic-ip.json + +# GoLand IDE +.idea/ \ No newline at end of file