Skip to content

Commit 0bfb7e8

Browse files
mdboothmandre
authored andcommitted
CARRY: Don't ignore vendor directories
1 parent 560b198 commit 0bfb7e8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.gitignore

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,8 +180,9 @@ docs/book/book/
180180
# Development container files (https://containers.dev/)
181181
.devcontainer
182182

183-
# CAPO doesn't use vendorings
184-
vendor/
183+
# Don't ignore anything in vendor directories
184+
!/vendor/**
185+
!/hack/tools/vendor/**
185186

186187
# Ignore go workspaces
187188
go.work

0 commit comments

Comments
 (0)