1
0
Code Issues Pull Requests Projects Releases Wiki Activity GitHub Gitee
tools/nodemon.json

8 lines
113 B
JSON
Raw Normal View History

{
"ignore": [
".git",
".svn",
"node_modules/**/node_modules"
],
"ext": "js"
}