From 4fb763a7238d00dc663be7468cd4ac0b3771ff8f Mon Sep 17 00:00:00 2001 From: Flummi Date: Wed, 31 Aug 2016 20:27:03 +0000 Subject: [PATCH] damn --- bot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.js b/bot.js index 71f2b5a..de76ecb 100644 --- a/bot.js +++ b/bot.js @@ -27,7 +27,7 @@ var child = new (forever.Monitor)('./src/main.js', { watch: true, watchIgnoreDotFiles: true, watchIgnorePatterns: [ - '*.log' + '*.log', 'b/*', 't/*' ], watchDirectory: __dirname, logFile: log_bot,