From 466275bc35f93c95e72a2b798d2b413b55829c86 Mon Sep 17 00:00:00 2001 From: Julien Chaffraix Date: Wed, 24 Apr 2024 10:28:38 -0700 Subject: [PATCH] [Review] Add .gitattributes for binary protos --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..c7bdf02 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +*.pb.bin -diff +*.pb.bin.gz -diff