From c4a576ccbb16b6291d3b0d0b1ea6deb252ac1b8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Matczuk?= Date: Thu, 7 Nov 2019 23:28:45 +0100 Subject: [PATCH] Added vendor dir to .gitignore MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: MichaƂ Matczuk --- .gitignore | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index ada6c14..6cbc40d 100644 --- a/.gitignore +++ b/.gitignore @@ -10,6 +10,5 @@ # Output of the go coverage tool, specifically when used with LiteIDE *.out -# Project-local glide cache, RE: https://github.com/Masterminds/glide/issues/736 -.glide/ - +# Go vendor dir +vendor