From f52d168b2791ead49cece18b4968424f756f806b Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Wed, 17 Aug 2016 10:14:57 -0700 Subject: [PATCH] git ignore npm-debug.log --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 2212de3c..8b704b2a 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ node_modules test/work .DS_Store .nyc_output +npm-debug.log