NadekoBot/.gitignore

38 lines
1.1 KiB
Plaintext
Raw Normal View History

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
*.pfx
obj/
2015-12-05 10:27:00 +00:00
# User-specific files (MonoDevelop/Xamarin Studio)
*.userprefs
**/Bin/Release/
2016-01-28 16:06:46 +00: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 15:44:47 +00:00
!**/Bin/Debug/sqlite3.dll
2016-03-10 17:02:56 +00:00
!**/Bin/Debug/credentials_example.json
NadekoBot/bin/debug/*.*
NadekoBot/bin/debug/data/permissions
NadekoBot/bin/debug/data/incidents
!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
NadekoBot/bin/Debug/data/config.json
NadekoBot/bin/Debug/data/ServerSpecificConfigs.json