From 63a55a05d4196d02c3e055198cfe0506924e167b Mon Sep 17 00:00:00 2001 From: jerryfletcher21 Date: Thu, 20 Jun 2024 18:32:39 +0200 Subject: [PATCH] add lightning protobuf files in gitignore 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 f5d79e09..40a4ba98 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