From e768e835072ae0483016aca72971b7a2d16ddcd0 Mon Sep 17 00:00:00 2001 From: mcrakhman Date: Wed, 21 Sep 2022 09:26:33 +0200 Subject: [PATCH] Update gitignore to include vendor --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 2bc7dc72..97927dad 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,9 @@ # Output of the go coverage tool, specifically when used with LiteIDE *.out +# Golang vendor folder +vendor + # Intelli-J files .idea