Skip to content

Commit 5c17a1e

Browse files
authored
gitignore vendor directory (#866)
1 parent 0ae11fb commit 5c17a1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Session.vim
7373
.netrwhist
7474
# auto-generated tag files
7575
tags
76-
!vendor/**/tags
76+
vendor/
7777
### VisualStudioCode ###
7878
.vscode/*
7979
.history
@@ -93,4 +93,4 @@ kubeconfig
9393
kind-logs-*/
9494

9595
# Other
96-
gke_gcloud_auth_plugin_cache
96+
gke_gcloud_auth_plugin_cache

0 commit comments

Comments
 (0)