From 498c0e0de3e75f4791ebfafd9bb2e09a9ffd5743 Mon Sep 17 00:00:00 2001 From: nicola Date: Thu, 5 May 2016 13:32:36 -0400 Subject: [PATCH] adding npm run clean to clean the dir + gitignore --- .gitignore | 5 +++++ package.json | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 3711ac935..91cbfd46a 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,8 @@ node_modules/ *.swp .tern-port npm-debug.log +accounts +profile +inbox +.acl +config.json \ No newline at end of file diff --git a/package.json b/package.json index 3e27266d8..c7008e0fd 100644 --- a/package.json +++ b/package.json @@ -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": [