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.
This commit is contained in:
jerry 2024-06-25 16:38:06 +00:00 committed by GitHub
parent d72e83a91d
commit 10c1801600
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

3
.gitignore vendored
View File

@ -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