From 5ba68cd58af05fc4fff2ec734c0bb3c4ddfc84bf Mon Sep 17 00:00:00 2001 From: euphoria_laxis Date: Sun, 4 Dec 2022 02:34:55 +0100 Subject: [PATCH] Add vendor to .gitignore --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index f7dd4f2..b6d8e74 100644 --- a/.gitignore +++ b/.gitignore @@ -15,6 +15,6 @@ # Output of the go coverage tool, specifically when used with LiteIDE *.out -# Dependency directories (remove the comment below to include it) -# vendor/ +# Dependency directories +vendor/