mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-06-11 01:41:54 -04:00
Don't gitignore pkg/generated/bindata.go
This commit is contained in:
parent
15a9adc053
commit
98fda35301
1 changed files with 0 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -116,7 +116,6 @@ zz_generated.openapi.go
|
|||
/.make/
|
||||
|
||||
# Just in time generated data in the source, should never be committed
|
||||
/pkg/generated/bindata.go
|
||||
/test/e2e/generated/bindata.go
|
||||
|
||||
# This file used by some vendor repos (e.g. github.com/go-openapi/...) to store secret variables and should not be ignored
|
||||
|
|
|
|||
Loading…
Reference in a new issue