exchangemarket/.gitignore
sairajzero 52a1b3077d multi-node support
- Run multiple nodes in the same directory with diff config files
- pass the env variable 'I' (optional) to run a diff node instance with config file config<I>.json (also uses keys<I>.json)
- Updated setup files
- Fixed bugs in SQL schema
2022-01-23 03:24:27 +05:30

6 lines
93 B
Plaintext

/node_modules/
/package-lock.json
/args/config*.json
/args/param.json
/args/keys*.json
*test*