Skip to content

Commit 545d06e

Browse files
committedJan 25, 2025
Ignore copyright license for generated proto open-telemetry#1787
1 parent a7f76da commit 545d06e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
 

‎.licenserc.json

+1
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252
"src/react-native-app/expo-env.d.ts",
5353
"src/recommendation/demo_pb2.py",
5454
"src/recommendation/demo_pb2_grpc.py",
55+
"src/frontend/protos/demo.ts",
5556
"internal/tools/"
5657
]
5758
}

‎src/frontend/genproto/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ COPY ./src/frontend/package*.json ./
1111

1212
RUN npm ci
1313

14-
COPY ./pb /build/pb
14+
COPY ./pb /build/pb

0 commit comments

Comments
 (0)