2015-12-05 11:27:00 +01:00
|
|
|
## Ignore Visual Studio temporary files, build results, and
|
|
|
|
## files generated by popular Visual Studio add-ons.
|
|
|
|
|
|
|
|
# User-specific files
|
|
|
|
*.suo
|
|
|
|
*.user
|
|
|
|
*.userosscache
|
|
|
|
*.sln.docstates
|
2016-01-28 10:09:07 +01:00
|
|
|
*.pfx
|
|
|
|
obj/
|
2015-12-05 11:27:00 +01:00
|
|
|
# User-specific files (MonoDevelop/Xamarin Studio)
|
|
|
|
*.userprefs
|
2016-01-28 10:09:07 +01:00
|
|
|
**/Bin/Release/
|
2016-01-28 17:06:46 +01:00
|
|
|
**/Bin/PRIVATE/
|
2016-01-28 10:09:07 +01:00
|
|
|
!**/Bin/Debug/opus.dll
|
|
|
|
!**/Bin/Debug/libsodium.dll
|
2016-02-03 10:55:14 +01:00
|
|
|
!**/Bin/Debug/Nito.AsyncEx.Enlightenment.dll
|
|
|
|
!**/Bin/Debug/Nito.AsyncEx.dll
|
|
|
|
!**/Bin/Debug/WebSocket4Net.dll
|
2016-02-08 16:44:47 +01:00
|
|
|
!**/Bin/Debug/sqlite3.dll
|
2016-03-10 18:02:56 +01:00
|
|
|
!**/Bin/Debug/credentials_example.json
|
2016-04-01 08:17:06 +02:00
|
|
|
NadekoBot/bin/debug/*.*
|
|
|
|
NadekoBot/bin/debug/data/permissions
|
|
|
|
NadekoBot/bin/debug/data/incidents
|
2016-05-30 21:59:55 +02:00
|
|
|
NadekoBot/bin/NadekoRelease/*.*
|
2016-04-01 08:17:06 +02:00
|
|
|
!NadekoBot/bin/Debug/data/currency_images/*
|
2016-03-20 10:46:15 +01:00
|
|
|
Tests/bin
|
2015-12-05 11:27:00 +01:00
|
|
|
|
|
|
|
# NuGet Packages
|
|
|
|
*.nupkg
|
|
|
|
# The packages folder can be ignored because of Package Restore
|
|
|
|
**/packages/*
|
|
|
|
# except build/, which is used as an MSBuild target.
|
|
|
|
!**/packages/build/
|
|
|
|
# Uncomment if necessary however generally it will be regenerated when needed
|
|
|
|
#!**/packages/repositories.config
|
2016-02-29 07:15:03 +01:00
|
|
|
NadekoBot/bin/Debug/data/nadekobot.sqlite
|
2016-03-22 21:02:43 +01:00
|
|
|
NadekoBot/bin/Debug/data/config.json
|
|
|
|
NadekoBot/bin/Debug/data/ServerSpecificConfigs.json
|