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.
This commit is contained in:
jerryfletcher21
2024-06-20 18:32:39 +02:00
parent 10f88e3b5d
commit 63a55a05d4

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