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,