mirror of
https://github.com/RoboSats/robosats.git
synced 2025-01-18 20:21:35 +00:00
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:
parent
d72e83a91d
commit
10c1801600
3
.gitignore
vendored
3
.gitignore
vendored
@ -650,3 +650,6 @@ node
|
|||||||
mobile/html/Web.bundle/js*
|
mobile/html/Web.bundle/js*
|
||||||
mobile/html/Web.bundle/css*
|
mobile/html/Web.bundle/css*
|
||||||
mobile/html/Web.bundle/assets*
|
mobile/html/Web.bundle/assets*
|
||||||
|
|
||||||
|
# Protocol Buffers
|
||||||
|
api/lightning/*.proto
|
||||||
|
Loading…
Reference in New Issue
Block a user