mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 14:47:53 +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: {
|
nodemon: {
|
||||||
dev: {
|
dev: {
|
||||||
ignoredFiles: ['public/*', 'Gruntfile.js', 'views/*', 'build/*']
|
ignoredFiles: ['public/*', 'Gruntfile.js', 'views/*', 'build/*', '.idea*', '.git*']
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user