mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-13 15:38:59 +00:00
Add .idea and .git to nodemon ignore list, to reduce unnecessary server bounces during dev
This commit is contained in:
parent
61dfb8d129
commit
1036f0549e
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ module.exports = function(grunt) {
|
|||
|
||||
nodemon: {
|
||||
dev: {
|
||||
ignoredFiles: ['public/*', 'Gruntfile.js', 'views/*', 'build/*']
|
||||
ignoredFiles: ['public/*', 'Gruntfile.js', 'views/*', 'build/*', '.idea*', '.git*']
|
||||
}
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue