From f3f5d8db17c3ca20bd65a6bd7eb3637fbb7d7394 Mon Sep 17 00:00:00 2001 From: Christian Decker Date: Sat, 24 Dec 2022 12:27:34 +0100 Subject: [PATCH] git: Mark node_pb2.py as text so we can see changes This is hiding the diffs for generated files. --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 3e20865f7..4f6cf94a1 100644 --- a/.gitattributes +++ b/.gitattributes @@ -17,4 +17,4 @@ statements_gettextgen.po linguist-generated=true cln-grpc/proto/node.proto -text -diff linguist-generated=true cln-grpc/src/convert.rs -text -diff linguist-generated=true cln-rpc/src/model.rs -text -diff linguist-generated=true -contrib/pyln-testing/pyln/testing/node_pb2.py -text -diff linguist-generated=true \ No newline at end of file +contrib/pyln-testing/pyln/testing/node_pb2.py linguist-generated=true \ No newline at end of file