exchangemarket/.gitignore
sairajzero 48609bd1b7 Changing env-var to arguments
- Changes console.log and console.debug to relevant types
- PASSWORD and I environment variables are now passed as arguments to npm commands
- Added optional argument `--debug`. when passed, console.debug is also logged, else console.debug are turned off
2022-10-25 03:18:36 +05:30

10 lines
123 B
Plaintext

/node_modules/
/package-lock.json
/args/config*.json
/args/param.json
/args/keys*.json
/log.txt
/bash_start*
*test*
*.tmp*