45 lines
1.2 KiB
Plaintext
45 lines
1.2 KiB
Plaintext
## 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/
|
|
# User-specific files (MonoDevelop/Xamarin Studio)
|
|
*.userprefs
|
|
**/Bin/Release/
|
|
**/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
|
|
!**/Bin/Debug/sqlite3.dll
|
|
!**/Bin/Debug/credentials_example.json
|
|
NadekoBot/bin/debug/*.*
|
|
NadekoBot/bin/debug/data/permissions
|
|
NadekoBot/bin/debug/data/incidents
|
|
NadekoBot/bin/debug/data/musicdata
|
|
NadekoBot/bin/NadekoRelease/*.*
|
|
!NadekoBot/bin/Debug/data/currency_images/*
|
|
Tests/bin
|
|
|
|
# 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
|
|
NadekoBot/bin/Debug/data/nadekobot.sqlite
|
|
NadekoBot/bin/Debug/data/config.json
|
|
NadekoBot/bin/Debug/data/ServerSpecificConfigs.json
|
|
NadekoBot.sln.iml
|
|
.idea/workspace.xml
|
|
.idea/vcs.xml
|
|
.idea/modules.xml
|
|
NadekoBot/bin/Debug/data/config_xnaas.json |