The core protocol of WoopChain
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
woop/.gitignore

65 lines
511 B

# IdeaIDE
.idea
#VsIDE
.vscode
# Executables
harmony
main
*.pyc
*.exe
*.out
*.app
*.i*86
*.x86_64
*.hex
bin/
# Mac
.DS_Store
# Log
*.log
log-*
# gcloud
gcloud.txt
# Wallet
keystore
*.swp
# Cscope files
cscope.*
# local runtime logs
tmp_log
# RLP encoding
*.rlp
**/*.rlp
# Others
*.png
# beacon chain data
bc_config.json
# leveldb local storage
db/
# bootnode keystore
.bnkey
# harmony node keystore
.hmykey
# vendor directory
vendor
# node_modules
node_modules/
# txgen node keystore
.txgenkey