From cb22fc3e713abbae612e218f960e8063aa9eb3dd Mon Sep 17 00:00:00 2001 From: David Berdik Date: Tue, 18 Jun 2019 18:30:11 -0400 Subject: [PATCH] Added credentials.json to gitignore and removed credentials.json from further tracking by Git --- .gitignore | 3 ++- credentials.json | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) delete mode 100644 credentials.json diff --git a/.gitignore b/.gitignore index 2d27947..53ea482 100644 --- a/.gitignore +++ b/.gitignore @@ -10,5 +10,6 @@ dltemp/ # Ignore "unlimited-drive.pyc" file unlimited-drive.pyc -# Ignore "token.pickle" file +# Ignore "credentials.json" and "token.pickle" files +credentials.json token.pickle \ No newline at end of file diff --git a/credentials.json b/credentials.json deleted file mode 100644 index a0d7cca..0000000 --- a/credentials.json +++ /dev/null @@ -1 +0,0 @@ -{"installed":{"client_id":"740767035554-mjriq9d60toj20tvp4oi54qu6frmq31k.apps.googleusercontent.com","project_id":"quickstart-1551483553132","auth_uri":"https://accounts.google.com/o/oauth2/auth","token_uri":"https://oauth2.googleapis.com/token","auth_provider_x509_cert_url":"https://www.googleapis.com/oauth2/v1/certs","client_secret":"fpT7BcYBvo03v45CjCM1O9zH","redirect_uris":["urn:ietf:wg:oauth:2.0:oob","http://localhost"]}} \ No newline at end of file