From 685d55eda27bbb5fcd875973eacd61ac3e9bb01d Mon Sep 17 00:00:00 2001 From: lugassawan Date: Thu, 7 May 2026 02:57:54 +0700 Subject: [PATCH] [chore] Ignore vendor/ directory Uncomment the vendor/ entry so that a committed vendor tree is not accidentally tracked by git. --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 3ef34aa..56acd41 100644 --- a/.gitignore +++ b/.gitignore @@ -18,7 +18,7 @@ coverage.* profile.cov # Dependency directories (remove the comment below to include it) -# vendor/ +vendor/ # Go workspace file go.work