Skip to content

Commit cb11ebf

Browse files
committed
chore: gitignore vendor/
Signed-off-by: Anik Bhattacharjee <anbhatta@redhat.com>
1 parent 5519a0c commit cb11ebf

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.gitignore

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,14 @@
77
*.dylib
88
bin
99
testbin/*
10+
vendor/
1011

1112
# Test binary, build with `go test -c`
1213
*.test
1314

1415
# Output of the go coverage tool, specifically when used with LiteIDE
1516
*.out
1617

17-
# Kubernetes Generated files - skip generated files, except for vendored files
18-
19-
!vendor/**/zz_generated.*
20-
2118
# editor and IDE paraphernalia
2219
.idea
2320
*.swp

0 commit comments

Comments
 (0)