mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-13 21:02:08 +08:00
fix nodemon should ignore seed files
This commit is contained in:
parent
d8e8f3bb67
commit
d3f2d603df
@ -49,6 +49,7 @@ var paths = {
|
||||
'!public/js/bundle*',
|
||||
'node_modules/',
|
||||
'client/',
|
||||
'seed',
|
||||
'server/manifests/*.json',
|
||||
'server/rev-manifest.json'
|
||||
],
|
||||
|
||||
Loading…
Reference in New Issue
Block a user