33 lines
852 B
Plaintext
33 lines
852 B
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
|
|
.vs
|
|
obj/
|
|
# User-specific files (MonoDevelop/Xamarin Studio)
|
|
*.userprefs
|
|
**/src/NadekoBot/bin
|
|
Tests/bin
|
|
src/NadekoBot/credentials.json
|
|
|
|
# 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 |