From 0a28f0a9924ee89e9e10e6fd6e2fc15e3591aa9c Mon Sep 17 00:00:00 2001 From: Dmitrii Stepanov Date: Tue, 23 Jan 2024 11:29:04 +0300 Subject: [PATCH] [#1] gitattributes: Add easyjson files rules Signed-off-by: Dmitrii Stepanov --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitattributes b/.gitattributes index c7a3f7a..7e1e759 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,4 @@ /**/*.pb.go -diff -merge /**/*.pb.go linguist-generated=true +/**/*_easyjson.go -diff -merge +/**/*_easyjson.go linguist-generated=true \ No newline at end of file