From c9a26566c4f8b25a7cfde076e5cc15325eefd321 Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Mon, 17 Jul 2023 02:09:54 +0300 Subject: [PATCH] Mark .pb.raw files as binary --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..919837e --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +libgm/binary/*.pb.go linguist-generated=true +libgm/binary/*.pb.raw binary linguist-generated=true