From 8da5b955d65847043034c87c5d786fd24e52f592 Mon Sep 17 00:00:00 2001 From: Adam Gotlib Date: Tue, 6 Sep 2016 05:04:21 +0200 Subject: [PATCH] Make git ignore npm-debug.log (#896) --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 521c7d0f..f4e6e43c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ node_modules/ build/ dist/ -npm-debug.log.* +npm-debug.log*