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:
Benjamin Tan
2016-09-28 13:54:23 +08:00
committed by Feross Aboukhadijeh
parent a94fdcae61
commit 7dcddf90e9
2 changed files with 1 additions and 3 deletions

View File

@@ -1,2 +0,0 @@
build/
dist/

View File

@@ -107,6 +107,6 @@
"test": "standard && depcheck --ignores=buble,nodemon,gh-release --ignore-dirs=build,dist && node ./bin/extra-lint.js",
"gh-release": "gh-release",
"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/"
}
}