From b0a51cefd822e4b6ad0c4d823cbae74bfbd783c5 Mon Sep 17 00:00:00 2001 From: Ryan Lerch Date: Nov 24 2017 06:40:53 +0000 Subject: add node-debug.log* to gitignore node-debug.log messages started appending an iteger suffix so that the current rule in gitignore was not excluding these files, for example: hubs/static/client/npm-debug.log.1537570786 hubs/static/client/npm-debug.log.1896021309 hubs/static/client/npm-debug.log.1961022125 hubs/static/client/npm-debug.log.217180748 hubs/static/client/npm-debug.log.2388279065 hubs/static/client/npm-debug.log.2786035756 adding a glob to the end of this rule fixes this issue Signed-off-by: Ryan Lerch --- diff --git a/.gitignore b/.gitignore index f769f52..e91937d 100644 --- a/.gitignore +++ b/.gitignore @@ -7,7 +7,7 @@ build/ dist/ scratch/ -npm-debug.log +npm-debug.log* client_secrets.json hubs.js