NadekoBot/.gitignore

39 lines
1.1 KiB
Plaintext
Raw Normal View History

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
*.pfx
obj/
2015-12-05 11:27:00 +01:00
# User-specific files (MonoDevelop/Xamarin Studio)
*.userprefs
**/Bin/Release/
2016-01-28 17:06:46 +01:00
**/Bin/PRIVATE/
!**/Bin/Debug/opus.dll
!**/Bin/Debug/libsodium.dll
!**/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
NadekoBot/bin/debug/*.*
NadekoBot/bin/debug/data/permissions
NadekoBot/bin/debug/data/incidents
NadekoBot/bin/NadekoRelease/*.*
!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
NadekoBot/bin/Debug/data/config.json
NadekoBot/bin/Debug/data/ServerSpecificConfigs.json