Skip to content

Commit

Permalink
chore: add gitattributes to help git handle generated proto files
Browse files Browse the repository at this point in the history
  • Loading branch information
pandatix committed Mar 1, 2024
1 parent eb41684 commit 669258b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# gRPC + gateway
*.pb.go -diff -merge
*.pb.go linguist-generated=true
*.pb.gw.go -diff -merge
*.pb.gw.go linguist-generated=true
*.swagger.json -diff -merge
*.swagger.json linguist-generated=true

0 comments on commit 669258b

Please sign in to comment.