From 23a16a2c551ae013d0ed9ab4995941c23f476cd3 Mon Sep 17 00:00:00 2001 From: or-else Date: Sat, 1 Feb 2020 18:02:50 +0300 Subject: [PATCH] mark generated model.pb.go as binary --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 379278e8..944cd500 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,3 @@ model_pb2.py binary +model.pb.go binary