diff --git a/.gitignore b/.gitignore index e9eea17a..54a4254e 100644 --- a/.gitignore +++ b/.gitignore @@ -13,10 +13,6 @@ obj/ **/Bin/Debug/** **/Bin/Release/ **/Bin/PRIVATE/ -!**/Bin/Debug/Discord.Net.Audio.dll -!**/Bin/Debug/Discord.Net.dll -!**/Bin/Debug/Discord.Net.Commands.dll -!**/Bin/Debug/Discord.Net.Modules.dll !**/Bin/Debug/opus.dll !**/Bin/Debug/libsodium.dll !**/Bin/Debug/Discord.Net.Commands.dll @@ -37,4 +33,4 @@ Tests/ # Uncomment if necessary however generally it will be regenerated when needed #!**/packages/repositories.config NadekoBot/bin/Debug/data/nadekobot.sqlite -NadekoBot/bin/Debug/data/config.json +NadekoBot/bin/Debug/data/config.json \ No newline at end of file diff --git a/NadekoBot/bin/Debug/Discord.Net.Audio.dll b/NadekoBot/bin/Debug/Discord.Net.Audio.dll deleted file mode 100644 index 6481ee45..00000000 Binary files a/NadekoBot/bin/Debug/Discord.Net.Audio.dll and /dev/null differ diff --git a/NadekoBot/bin/Debug/Discord.Net.Commands.dll b/NadekoBot/bin/Debug/Discord.Net.Commands.dll deleted file mode 100644 index 91c54c27..00000000 Binary files a/NadekoBot/bin/Debug/Discord.Net.Commands.dll and /dev/null differ diff --git a/NadekoBot/bin/Debug/Discord.Net.Modules.dll b/NadekoBot/bin/Debug/Discord.Net.Modules.dll deleted file mode 100644 index fc3705c2..00000000 Binary files a/NadekoBot/bin/Debug/Discord.Net.Modules.dll and /dev/null differ diff --git a/NadekoBot/bin/Debug/Discord.Net.dll b/NadekoBot/bin/Debug/Discord.Net.dll deleted file mode 100644 index ec8c070f..00000000 Binary files a/NadekoBot/bin/Debug/Discord.Net.dll and /dev/null differ