diff --git a/.gitignore b/.gitignore index 3996ad00..f71240d1 100644 --- a/.gitignore +++ b/.gitignore @@ -21,6 +21,7 @@ obj/ !**/Bin/Debug/sqlite3.dll !**/Bin/Debug/data/* !**/Bin/Debug/data/ +!**/Bin/Debug/credentials_example.json Tests/ # NuGet Packages diff --git a/NadekoBot/bin/Debug/credentials_example.json b/NadekoBot/bin/Debug/credentials_example.json new file mode 100644 index 00000000..2822695d --- /dev/null +++ b/NadekoBot/bin/Debug/credentials_example.json @@ -0,0 +1,14 @@ +{ + "Username": "myemail@email.com", + "Password": "xxxxxxx", + "BotId": 1231231231231, + "GoogleAPIKey": "", + "OwnerIds": [ + 123123123123, + 5675675679845 + ], + "TrelloAppKey": "", + "SoundCloudClientID": "", + "MashapeKey": "", + "LOLAPIKey": "" +} \ No newline at end of file