ignore secret files

master
Domeniko Gentner 3 years ago
parent b99075d57e
commit 85b9629912
  1. 2
      .gitignore
  2. 4
      bearer.json
  3. 8
      mail_credentials.json

2
.gitignore vendored

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

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

@ -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"
}
Loading…
Cancel
Save