We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ecb013 commit a71ca09Copy full SHA for a71ca09
.gitignore
@@ -473,3 +473,6 @@ certs/*
473
# ignore temp artifacts of building images
474
pkg/lib/indexer/index.Dockerfile*
475
476
+# ignore vendor since we don't commit it
477
+vendor/*
478
+
0 commit comments