Files
teleport/.gitattributes
T
Ryan Clark 921900798e Generate TypeScript protobuf files (#37009)
* Specify the path for protoc-gen-ts so it doesn't use @protobuf-ts/plugin

* Add TypeScript protobuf generation

* Add the TypeScript generated protobufs to gitattributes

* Add the generated TypeScript protobuf files

* Add `gen/proto/ts` everywhere `gen/proto/js` is referenced

* Use npm exec to avoid a hard-coded path

* Add --yes flag to npm exec

* Also update JS generation to use npm exec

* Specify version number in buf config

* Re-run make grpc
2024-01-26 07:50:29 +00:00

11 lines
375 B
Plaintext

webassets/* linguist-vendored
docs/theme/js/* linguist-vendored
docs/theme/js/theme.js linguist-vendored=false
# JS protobuf files, not caught by built-in linguist rules.
# https://github.com/github/linguist/blob/v7.23.0/lib/linguist/generated.rb#L349-L358
*_pb.js linguist-generated
*_pb.d.ts linguist-generated
*_pb.ts linguist-generated
*_pb.grpc-*.ts linguist-generated