From 9b7c3a2010e5e03ff5c17449da2591e604fcf864 Mon Sep 17 00:00:00 2001 From: netbenix Date: Sat, 30 Oct 2021 16:47:42 +0200 Subject: [PATCH] Updated .gitignore --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index c68131d..0683d81 100644 --- a/.gitignore +++ b/.gitignore @@ -9,4 +9,8 @@ *.test # Output of the go coverage tool, specifically when used with LiteIDE -*.out \ No newline at end of file +*.out + + +# GoLand IDE files +.idea/ \ No newline at end of file