diff --git a/.nodemonignore b/.nodemonignore index add92e05a3..216c52f8b0 100644 --- a/.nodemonignore +++ b/.nodemonignore @@ -3,5 +3,6 @@ views/* build build/* Gruntfile.js +CHANGELOG.md .idea* .git* diff --git a/Gruntfile.js b/Gruntfile.js index 6967a02e6c..bf7c174bb9 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -79,7 +79,7 @@ module.exports = function(grunt) { nodemon: { dev: { - ignoredFiles: ['public/*', 'Gruntfile.js', 'views/*', 'build/*', '.idea*', '.git*'] + ignoredFiles: ['public/*', 'Gruntfile.js', 'CHANGELOG.md', 'views/*', 'build/*', '.idea*', '.git*'] } },