.gitignore: add nyc and npm-debug.log

This commit is contained in:
Daniel Cousens 2016-10-06 01:17:24 +11:00
parent 8eab54a87e
commit 60a86e6064
1 changed files with 2 additions and 1 deletions

3
.gitignore vendored
View File

@ -1,2 +1,3 @@
node_modules
bip39.js
.nyc_output/
npm-debug.log