ignore secret files

This commit is contained in:
Domeniko Gentner 2020-11-07 13:26:06 +01:00
parent b99075d57e
commit 85b9629912
3 changed files with 2 additions and 12 deletions

2
.gitignore vendored
View File

@ -1,3 +1,5 @@
.idea
venv
mail/__pycache__
bearer.json
mail_credentials.json

View File

@ -1,4 +0,0 @@
{
"bearer": "insert bearer token from twitter"
}

View File

@ -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"
}