From 10c18016001d6897929bfc52b1ab45c86382cc6c Mon Sep 17 00:00:00 2001 From: jerry Date: Tue, 25 Jun 2024 16:38:06 +0000 Subject: [PATCH] chore: add lightning protobuf files in gitignore (#1342) This way the .proto files generated by scripts/generate_grpc.sh are ignored and the git environment is kept clean. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index f5d79e09d..40a4ba981 100755 --- a/.gitignore +++ b/.gitignore @@ -650,3 +650,6 @@ node mobile/html/Web.bundle/js* mobile/html/Web.bundle/css* mobile/html/Web.bundle/assets* + +# Protocol Buffers +api/lightning/*.proto