Skip to content

Commit 498c0e0

Browse files
committed
adding npm run clean to clean the dir + gitignore
1 parent 698301e commit 498c0e0

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,8 @@ node_modules/
33
*.swp
44
.tern-port
55
npm-debug.log
6+
accounts
7+
profile
8+
inbox
9+
.acl
10+
config.json

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,8 @@
7474
"test-params": "./node_modules/mocha/bin/mocha ./test/params.js",
7575
"test-http": "./node_modules/mocha/bin/mocha ./test/http.js",
7676
"test-formats": "./node_modules/mocha/bin/mocha ./test/formats.js",
77-
"test-errors": "./node_modules/mocha/bin/mocha ./test/errors.js"
77+
"test-errors": "./node_modules/mocha/bin/mocha ./test/errors.js",
78+
"clean": "rm -rf config.json accounts profile inbox .acl"
7879
},
7980
"standard": {
8081
"globals": [

0 commit comments

Comments
 (0)