From 85b9629912955135e1cad5ea6b44e52dd87d4634 Mon Sep 17 00:00:00 2001 From: Domeniko Gentner Date: Sat, 7 Nov 2020 13:26:06 +0100 Subject: [PATCH] ignore secret files --- .gitignore | 2 ++ bearer.json | 4 ---- mail_credentials.json | 8 -------- 3 files changed, 2 insertions(+), 12 deletions(-) delete mode 100644 bearer.json delete mode 100644 mail_credentials.json diff --git a/.gitignore b/.gitignore index 1cc266e..c4f9322 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ .idea venv mail/__pycache__ +bearer.json +mail_credentials.json diff --git a/bearer.json b/bearer.json deleted file mode 100644 index 50f2a3d..0000000 --- a/bearer.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "bearer": "insert bearer token from twitter" -} - diff --git a/mail_credentials.json b/mail_credentials.json deleted file mode 100644 index 43c11d0..0000000 --- a/mail_credentials.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "smtp-server": "mail.example.com", - "smtp-port": 465, - "email-user": "username", - "email-sendfrom": "sendingmail@example.com", - "email-password": "passw0rd", - "email-sendto": "receiver@example.com" -}