Skip to content

Commit

Permalink
chore: Modify the nodemon configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
yinxin630 committed Apr 9, 2018
1 parent ffc08b1 commit d3d3e5a
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .nodemonrc
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
{
"verbose": true,
"ignore": [
"client/*",
"build/*",
"test/*",
"node_modules/*",
"public/*",
"dist/*",
"client/**/*",
"build/**/*",
"test/**/*",
"public/**/*",
"dist/**/*",
"test.js"
]
}

0 comments on commit d3d3e5a

Please sign in to comment.