mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-10-28 03:32:29 +01:00
Add .idea and .git to nodemon ignore list, to reduce unnecessary server bounces during dev
This commit is contained in:
@@ -57,7 +57,7 @@ module.exports = function(grunt) {
|
||||
|
||||
nodemon: {
|
||||
dev: {
|
||||
ignoredFiles: ['public/*', 'Gruntfile.js', 'views/*', 'build/*']
|
||||
ignoredFiles: ['public/*', 'Gruntfile.js', 'views/*', 'build/*', '.idea*', '.git*']
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user