Skip to content

Commit

Permalink
chore: add lightning protobuf files in gitignore (#1342)
Browse files Browse the repository at this point in the history
This way the .proto files generated by scripts/generate_grpc.sh are
ignored and the git environment is kept clean.
  • Loading branch information
jerryfletcher21 authored Jun 25, 2024
1 parent d72e83a commit 10c1801
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 10c1801

Please sign in to comment.