forked from gitpod-io/gitpod
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitattributes
20 lines (18 loc) · 901 Bytes
/
.gitattributes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# installer test output
install/installer/cmd/testdata/render/**/*.golden linguist-generated=true
# gRPC and Protobuf
components/**/*.pb.go linguist-generated=true
components/**/*_grpc.pb.go linguist-generated=true
components/**/*_pb.js linguist-generated=true
components/**/*_pb.ts linguist-generated=true
components/**/*_pb.d.ts linguist-generated=true
components/**/*_connectweb.ts linguist-generated=true
components/**/*.pb.ts linguist-generated=true
components/public-api/**/*.java linguist-generated=true
components/public-api/**/*.kt linguist-generated=true
components/**/*_connect.go linguist-generated=true
components/public-api/**/*_connect.ts linguist-generated=true
components/ide-metrics-api/**/*.java linguist-generated=true
components/supervisor-api/**/*.java linguist-generated=true
components/supervisor-api/typescript-rest linguist-generated=true
**/go.sum linguist-generated=true