From a85016d2bcf970d7b16d97908fe03eecec88396c Mon Sep 17 00:00:00 2001 From: Manuel Vila Date: Mon, 3 Dec 2012 21:49:28 +0100 Subject: [PATCH] config.json added --- .gitignore | 3 ++- config.json | 4 ++++ 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 config.json diff --git a/.gitignore b/.gitignore index b512c09..58b805f 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -node_modules \ No newline at end of file +.DS_Store +node_modules/ \ No newline at end of file diff --git a/config.json b/config.json new file mode 100644 index 0000000..6348a72 --- /dev/null +++ b/config.json @@ -0,0 +1,4 @@ +{ + "accessKeyId": "", + "secretAccessKey": "" +}