Skip to content

Commit 913e267

Browse files
committed
gitignore: ignore vendor/ directory
CAPO doesn't use vendoring, so let's ignore that directory from git. That will prevent someone from committing it.
1 parent 671d185 commit 913e267

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,3 +179,6 @@ docs/book/book/
179179

180180
# Development container files (https://containers.dev/)
181181
.devcontainer
182+
183+
# CAPO doesn't use vendorings
184+
vendor/

0 commit comments

Comments
 (0)