Skip to content

Commit

Permalink
chore(sdk): fix linguist rule to ignore grpc generated files (#4470)
Browse files Browse the repository at this point in the history
  • Loading branch information
raubitsj authored and andrewtruong committed Dec 2, 2022
1 parent 4aa7f32 commit 566a88a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
@@ -1,4 +1,6 @@
wandb/vendor/** linguist-vendored
wandb/proto/v*/*_pb2.py linguist-generated
wandb/proto/v*/*_pb2.pyi linguist-generated
wandb/proto/v*/*_pb2_grpc.py linguist-generated
wandb/proto/v*/*_pb2_grpc.pyi linguist-generated
*_generated.py linguist-generated

0 comments on commit 566a88a

Please sign in to comment.