mirror of
https://github.com/gravitational/teleport.git
synced 2026-09-19 01:58:44 +08:00
* 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
11 lines
375 B
Plaintext
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
|