ignore JSON dumps

This commit is contained in:
Andrew Rogers
2021-10-22 15:38:12 -05:00
committed by Albert Sanchez
parent e6e2e4b1a6
commit da8ffbe20c
2 changed files with 10 additions and 0 deletions
+3
View File
@@ -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
+7
View File
@@ -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"
}