Ignore lbrynet binaries in the repo
This commit is contained in:
parent
b355dfb01d
commit
d8a954b4c6
3 changed files with 13 additions and 0 deletions
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
./lbrynet
|
||||
./lbrynet-linux.zip
|
|
@ -8,5 +8,7 @@ components_to_skip:
|
|||
- blob_server
|
||||
- dht
|
||||
|
||||
streaming_only: true
|
||||
streaming_server: 0.0.0.0:5280
|
||||
save_files: false
|
||||
save_blobs: false
|
||||
|
|
|
@ -5,3 +5,12 @@ blockchain_name: lbrycrd_testnet
|
|||
|
||||
delete_blobs_on_remove: True
|
||||
use_upnp: False
|
||||
share_usage_data: false
|
||||
components_to_skip:
|
||||
- hash_announcer
|
||||
- blob_server
|
||||
- dht
|
||||
|
||||
streaming_server: 0.0.0.0:5280
|
||||
save_files: false
|
||||
save_blobs: false
|
||||
|
|
Loading…
Reference in a new issue