From 603cd752c4d9d82e6f8ca68aee806f2a729d04e5 Mon Sep 17 00:00:00 2001 From: sacOO7 Date: Tue, 27 Jun 2023 23:36:47 +0530 Subject: [PATCH] Fixed gitignore mention for vendor directory spacing --- .gitignore | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index dd3a0a04..1e102f12 100644 --- a/.gitignore +++ b/.gitignore @@ -5,11 +5,10 @@ *.so *.dylib - # Output of the go coverage tool, specifically when used with LiteIDE *.out # Dependency directories (remove the comment below to include it) - vendor/ +vendor/ .idea/ -*.env \ No newline at end of file +*.env