From 9727bda0725df6d1b99c138a6caa4e866c5aaea9 Mon Sep 17 00:00:00 2001 From: comp500 Date: Fri, 1 Nov 2019 15:48:32 +0000 Subject: [PATCH] Update gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index f1c181e..c2d94e6 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,6 @@ # Output of the go coverage tool, specifically when used with LiteIDE *.out + +# I use GoLand now +.idea/ \ No newline at end of file