2015-12-05 10:27:00 +00: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 09:09:07 +00:00
|
|
|
*.pfx
|
|
|
|
obj/
|
2015-12-05 10:27:00 +00:00
|
|
|
# User-specific files (MonoDevelop/Xamarin Studio)
|
|
|
|
*.userprefs
|
2016-01-28 09:09:07 +00:00
|
|
|
**/Bin/Release/
|
2016-01-28 16:06:46 +00:00
|
|
|
**/Bin/PRIVATE/
|
2016-01-28 09:09:07 +00:00
|
|
|
!**/Bin/Debug/opus.dll
|
|
|
|
!**/Bin/Debug/libsodium.dll
|
2016-02-03 09:55:14 +00:00
|
|
|
!**/Bin/Debug/Nito.AsyncEx.Enlightenment.dll
|
|
|
|
!**/Bin/Debug/Nito.AsyncEx.dll
|
|
|
|
!**/Bin/Debug/WebSocket4Net.dll
|
2016-02-08 15:44:47 +00:00
|
|
|
!**/Bin/Debug/sqlite3.dll
|
2016-03-10 17:02:56 +00:00
|
|
|
!**/Bin/Debug/credentials_example.json
|
2016-04-01 06:17:06 +00:00
|
|
|
NadekoBot/bin/debug/*.*
|
|
|
|
NadekoBot/bin/debug/data/permissions
|
|
|
|
NadekoBot/bin/debug/data/incidents
|
2016-07-29 13:29:22 +00:00
|
|
|
NadekoBot/bin/debug/data/musicdata
|
2016-05-30 19:59:55 +00:00
|
|
|
NadekoBot/bin/NadekoRelease/*.*
|
2016-04-01 06:17:06 +00:00
|
|
|
!NadekoBot/bin/Debug/data/currency_images/*
|
2016-03-20 09:46:15 +00:00
|
|
|
Tests/bin
|
2015-12-05 10:27:00 +00: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 06:15:03 +00:00
|
|
|
NadekoBot/bin/Debug/data/nadekobot.sqlite
|
2016-03-22 20:02:43 +00:00
|
|
|
NadekoBot/bin/Debug/data/config.json
|
2016-06-26 22:03:11 +00:00
|
|
|
NadekoBot/bin/Debug/data/ServerSpecificConfigs.json
|
|
|
|
NadekoBot.sln.iml
|
|
|
|
.idea/workspace.xml
|
|
|
|
.idea/vcs.xml
|
2016-07-11 11:44:19 +00:00
|
|
|
.idea/modules.xml
|
|
|
|
NadekoBot/bin/Debug/data/config_xnaas.json
|