From 083f643e63d9e0dace153b6809a8f2e20d26ee26 Mon Sep 17 00:00:00 2001 From: Dennis JongHyuck Won Date: Fri, 7 Apr 2017 10:41:30 -0700 Subject: [PATCH] chore: gitignore all npm-debug.log.* (#4252) --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 033074315..1b8d573e4 100644 --- a/.gitignore +++ b/.gitignore @@ -10,7 +10,7 @@ test/*.map .s3config.json node_modules -npm-debug.log +npm-debug.log* sandbox/* !sandbox/*.example