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