From de72df922bd917e65cbb4231a4afe1d315faba24 Mon Sep 17 00:00:00 2001 From: Thibaud Colas Date: Tue, 30 May 2017 00:10:24 +0300 Subject: [PATCH] Ignore npm-debug.log files with suffix For some reason npm-debug.log files now have a very long suffix that needs further matching in `.gitignore`s. --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ca43183eb..4aeb88bed 100644 --- a/.gitignore +++ b/.gitignore @@ -10,7 +10,7 @@ /.tox/ /venv /node_modules/ -npm-debug.log +npm-debug.log* *.idea/ /*.egg/