From cb11ebfb20cb6dec8004cc1cba49cca69de64e4e Mon Sep 17 00:00:00 2001 From: Anik Bhattacharjee Date: Wed, 19 Nov 2025 12:30:19 -0500 Subject: [PATCH] chore: gitignore vendor/ Signed-off-by: Anik Bhattacharjee --- .gitignore | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index b0f43ee7d..3e19d849c 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,7 @@ *.dylib bin testbin/* +vendor/ # Test binary, build with `go test -c` *.test @@ -14,10 +15,6 @@ testbin/* # Output of the go coverage tool, specifically when used with LiteIDE *.out -# Kubernetes Generated files - skip generated files, except for vendored files - -!vendor/**/zz_generated.* - # editor and IDE paraphernalia .idea *.swp