mirror of
https://github.com/pseudbot/pseudbot.git
synced 2026-05-26 14:05:07 +00:00
ignore JSON dumps
This commit is contained in:
@@ -119,5 +119,8 @@ crud/
|
||||
# Pseudbot API keys
|
||||
pseud.json
|
||||
|
||||
# Pseudbot JSON dumps
|
||||
*.dump.json
|
||||
|
||||
# The editor that people seem to like for some reason
|
||||
.vscode
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"consumer": "key goes here",
|
||||
"consumer_secret": "key goes here",
|
||||
"bearer_token": "key goes here",
|
||||
"tok": "key goes here",
|
||||
"tok_secret": "key goes here"
|
||||
}
|
||||
Reference in New Issue
Block a user