From 5c5a1b536b6f9bf11515518f03d58addaf29f681 Mon Sep 17 00:00:00 2001 From: Mahmudul Haque <5278142+mmhyamin@users.noreply.github.com> Date: Sun, 5 May 2019 19:37:09 +0600 Subject: [PATCH] ignore vendor directory (#3033) --- Go.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Go.gitignore b/Go.gitignore index f2dd9554..66fd13c9 100644 --- a/Go.gitignore +++ b/Go.gitignore @@ -10,3 +10,6 @@ # Output of the go coverage tool, specifically when used with LiteIDE *.out + +# Dependency directories (remove the comment below to include it) +# vendor/