From 38b400b22fd7703f7018c49716bccaec056aa0da Mon Sep 17 00:00:00 2001 From: Yousaf Nabi Date: Thu, 7 Nov 2024 15:32:47 +0000 Subject: [PATCH] chore: Update .gitignore to ignore vendor directory --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ec6cd89..5f6baa7 100644 --- a/.gitignore +++ b/.gitignore @@ -13,4 +13,7 @@ /pact /pacts log -logs \ No newline at end of file +logs + +# Vendoring directory +/vendor/ \ No newline at end of file