mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 06:37:23 +01:00
remove non-existent files and directories from nodemon config (#11451)
This commit is contained in:
@@ -1,20 +1,9 @@
|
|||||||
node_modules/**
|
node_modules/**
|
||||||
.bower-cache/**
|
|
||||||
.bower-tmp/**
|
|
||||||
.bower-registry/**
|
|
||||||
website/client-old/**
|
|
||||||
website/client/**
|
website/client/**
|
||||||
website/client/store/**
|
|
||||||
website/views/**
|
|
||||||
website/build/**
|
|
||||||
dist/**
|
|
||||||
test/**
|
test/**
|
||||||
.git/**
|
.git/**
|
||||||
Gruntfile.js
|
|
||||||
CHANGELOG.md
|
|
||||||
.idea*
|
.idea*
|
||||||
*.log
|
*.log
|
||||||
newrelic_agent.log
|
|
||||||
*.swp
|
*.swp
|
||||||
*.swx
|
*.swx
|
||||||
website/raw_sprites/**
|
website/raw_sprites/**
|
||||||
|
|||||||
@@ -6,11 +6,6 @@ import pkg from '../package.json';
|
|||||||
gulp.task('nodemon', done => {
|
gulp.task('nodemon', done => {
|
||||||
nodemon({
|
nodemon({
|
||||||
script: pkg.main,
|
script: pkg.main,
|
||||||
ignore: [
|
|
||||||
'website/client-old/*',
|
|
||||||
'website/views/*',
|
|
||||||
'common/dist/script/content/*',
|
|
||||||
],
|
|
||||||
});
|
});
|
||||||
done();
|
done();
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user