From 2dd22d99aa90f53c487d9fc67834be27eebdbec9 Mon Sep 17 00:00:00 2001 From: Thomas Wilburn Date: Sat, 8 Nov 2014 13:49:39 -0800 Subject: [PATCH] WAY TO GO, THOMAS @amcmurry --- .gitignore | 3 ++- auth.json | 7 ------- 2 files changed, 2 insertions(+), 8 deletions(-) delete mode 100644 auth.json diff --git a/.gitignore b/.gitignore index c6e0972..e7cb66f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ node_modules/ build/ temp/ -src/lib/ \ No newline at end of file +src/lib/ +auth.json \ No newline at end of file diff --git a/auth.json b/auth.json deleted file mode 100644 index 6ef28df..0000000 --- a/auth.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "s3": { - "accessKeyId": "AKIAJUZQJ7UZWJBCK4FA", - "secretAccessKey": "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", - "region": "us-west-1" - } -} \ No newline at end of file