From b9eab274174b96573124b85d0cc8a8b00303598e Mon Sep 17 00:00:00 2001 From: Cronick Date: Wed, 24 Aug 2016 01:26:37 +0200 Subject: [PATCH] Ignore all npm-debug files, and not just npm-debug.log --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index edeeec9..82e2f31 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,4 @@ scripts/ logs/ data/ cfg.js -npm-debug.log +npm-debug.*