From 3b5b19848cc2710bd0b9bd3c065184d6e7378b8c Mon Sep 17 00:00:00 2001 From: snipe Date: Fri, 6 Jan 2017 00:01:55 -0800 Subject: [PATCH] Added oauth keys to gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 847c58e84..8f42d38a7 100755 --- a/.gitignore +++ b/.gitignore @@ -38,3 +38,5 @@ tests/_data/scenarios tests/_output/* tests/_support/_generated/* /npm-debug.log +/storage/oauth-private.key +/storage/oauth-public.key