mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-10 09:18:27 -04:00
- small bot.cs cleanup
- creds.yml now loads and reloads properly (from the current directory, like credentials.json) - added empty creds.yml to repo, and added it to .gitignore
This commit is contained in:
10
.gitignore
vendored
10
.gitignore
vendored
@@ -1,18 +1,14 @@
|
||||
#Manually added files
|
||||
|
||||
patreon_rewards.json
|
||||
command_errors*.txt
|
||||
_output/
|
||||
|
||||
src/NadekoBot/Command Errors*.txt
|
||||
|
||||
src/NadekoBot/credentials.json
|
||||
# these 2 are used for migrations
|
||||
NadekoBot.Core/credentials.json
|
||||
NadekoBot.Core/credentials_example.json
|
||||
|
||||
src/NadekoBot/creds.yml
|
||||
# credentials file after migrations
|
||||
src/NadekoBot/old_credentials.json
|
||||
src/NadekoBot/data/NadekoBot.db
|
||||
src/NadekoBot/data/musicdata
|
||||
|
||||
# Created by https://www.gitignore.io/api/visualstudio,visualstudiocode,windows,linux,macos
|
||||
|
||||
|
Reference in New Issue
Block a user