From 60a86e6064db89431e0d21706e4bb165196d06cb Mon Sep 17 00:00:00 2001 From: Daniel Cousens Date: Thu, 6 Oct 2016 01:17:24 +1100 Subject: [PATCH] .gitignore: add nyc and npm-debug.log --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 74022a3..84fabb7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ node_modules -bip39.js +.nyc_output/ +npm-debug.log