@@ -53,7 +53,7 @@ gulp.task(
5353 return [ ]
5454 } ,
5555 verbose : true ,
56- ignore : [ 'build/*.js' , 'dist/*.js' , 'nodemon.json' , '.git' , 'node_modules/**/node_modules' , 'gulpfile.js' ] ,
56+ ignore : [ 'build/*.js' , 'dist/*.js' , 'nodemon.json' , '.git' , 'node_modules/**/node_modules' , 'gulpfile.js' , 'data/*' ] ,
5757 env : {
5858 NODE_ENV : 'development'
5959 } ,
@@ -77,7 +77,7 @@ gulp.task('nodemon', () => {
7777 js : jsScript
7878 } ,
7979 verbose : true ,
80- ignore : [ 'build/*.js' , 'dist/*.js' , 'nodemon.json' , '.git' , 'node_modules/**/node_modules' , 'gulpfile.js' ] ,
80+ ignore : [ 'build/*.js' , 'dist/*.js' , 'nodemon.json' , '.git' , 'node_modules/**/node_modules' , 'gulpfile.js' , 'data/*' ] ,
8181 env : {
8282 NODE_ENV : 'development'
8383 } ,
@@ -92,7 +92,7 @@ gulp.task('default', () => {
9292 js : jsScript
9393 } ,
9494 verbose : true ,
95- ignore : [ 'build/*.js' , 'dist/*.js' , 'nodemon.json' , '.git' , 'node_modules/**/node_modules' , 'gulpfile.js' ] ,
95+ ignore : [ 'build/*.js' , 'dist/*.js' , 'nodemon.json' , '.git' , 'node_modules/**/node_modules' , 'gulpfile.js' , 'data/*' ] ,
9696 env : {
9797 NODE_ENV : 'development'
9898 } ,
0 commit comments