Skip to content

Commit

Permalink
adding npm run clean to clean the dir + gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
nicola committed May 5, 2016
1 parent 698301e commit 498c0e0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,8 @@ node_modules/
*.swp
.tern-port
npm-debug.log
accounts
profile
inbox
.acl
config.json
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@
"test-params": "./node_modules/mocha/bin/mocha ./test/params.js",
"test-http": "./node_modules/mocha/bin/mocha ./test/http.js",
"test-formats": "./node_modules/mocha/bin/mocha ./test/formats.js",
"test-errors": "./node_modules/mocha/bin/mocha ./test/errors.js"
"test-errors": "./node_modules/mocha/bin/mocha ./test/errors.js",
"clean": "rm -rf config.json accounts profile inbox .acl"
},
"standard": {
"globals": [
Expand Down

0 comments on commit 498c0e0

Please sign in to comment.