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
|
2016-01-28 10:09:07 +01:00
|
|
|
*.pfx
|
2016-08-18 17:35:23 +02:00
|
|
|
.vs
|
2016-01-28 10:09:07 +01:00
|
|
|
obj/
|
2016-09-13 18:52:59 +02:00
|
|
|
|
2015-12-05 11:27:00 +01:00
|
|
|
# User-specific files (MonoDevelop/Xamarin Studio)
|
|
|
|
*.userprefs
|
2016-08-16 16:57:29 +02:00
|
|
|
**/src/NadekoBot/bin
|
2016-03-20 10:46:15 +01:00
|
|
|
Tests/bin
|
2016-08-19 01:28:26 +02:00
|
|
|
src/NadekoBot/credentials.json
|
2016-08-22 13:56:06 +02:00
|
|
|
src/NadekoBot/project.lock.json
|
2016-09-13 18:52:59 +02:00
|
|
|
src/NadekoBot/data/NadekoBot.db
|
|
|
|
src/NadekoBot/musicdata/*
|
|
|
|
src/NadekoBot/project.lock.json
|
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-06-27 00:03:11 +02:00
|
|
|
NadekoBot.sln.iml
|
|
|
|
.idea/workspace.xml
|
|
|
|
.idea/vcs.xml
|
2016-09-13 18:52:59 +02:00
|
|
|
.idea/modules.xml
|