From 06b824ee04ad1993b274a0fac954214fc5deaaec Mon Sep 17 00:00:00 2001 From: "@anulman" Date: Mon, 30 Jan 2017 19:26:48 -0500 Subject: [PATCH] chore(gitignore): ignore npm-debug.log files --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index f6270505bf..1c988ca8c8 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,5 @@ dist node_modules docs .nyc_output -coverage \ No newline at end of file +coverage +npm-debug.log