ignore secret files
This commit is contained in:
parent
b99075d57e
commit
85b9629912
2
.gitignore
vendored
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…
x
Reference in New Issue
Block a user