diff --git a/.gitignore b/.gitignore index 394a6e6..1c168dd 100644 --- a/.gitignore +++ b/.gitignore @@ -10,5 +10,8 @@ # Output of the go coverage tool, specifically when used with LiteIDE *.out -# Project-local glide cache, RE: https://github.com/Masterminds/glide/issues/736 -.vendor/ \ No newline at end of file +# dependencies +.vendor/ + +# IDEs +.idea/