Ignore lbrynet binaries in the repo

This commit is contained in:
Andrey Beletsky 2019-06-02 17:45:18 +07:00
parent b355dfb01d
commit d8a954b4c6
3 changed files with 13 additions and 0 deletions

2
.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
./lbrynet
./lbrynet-linux.zip

View file

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

View file

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