Remove .nodemonignore file.
Adding configuration files for every tool used will clutter up the repository, especially for a configuration as simple as this.
This commit is contained in:
committed by
Feross Aboukhadijeh
parent
a94fdcae61
commit
7dcddf90e9
@@ -1,2 +0,0 @@
|
|||||||
build/
|
|
||||||
dist/
|
|
||||||
@@ -107,6 +107,6 @@
|
|||||||
"test": "standard && depcheck --ignores=buble,nodemon,gh-release --ignore-dirs=build,dist && node ./bin/extra-lint.js",
|
"test": "standard && depcheck --ignores=buble,nodemon,gh-release --ignore-dirs=build,dist && node ./bin/extra-lint.js",
|
||||||
"gh-release": "gh-release",
|
"gh-release": "gh-release",
|
||||||
"update-authors": "./bin/update-authors.sh",
|
"update-authors": "./bin/update-authors.sh",
|
||||||
"watch": "nodemon --exec \"npm run start\" --ext js,pug,css"
|
"watch": "nodemon --exec \"npm run start\" --ext js,pug,css --ignore build/ --ignore dist/"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user