From f837990632e9459f90ead78802defae2b150f7f5 Mon Sep 17 00:00:00 2001 From: Enrico Stahn Date: Sun, 18 Feb 2018 21:45:45 +1100 Subject: [PATCH] Add .gitignore file --- .gitignore | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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/