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
|
2016-01-28 09:09:07 +00:00
|
|
|
*.pfx
|
|
|
|
obj/
|
2015-12-05 10:27:00 +00:00
|
|
|
# User-specific files (MonoDevelop/Xamarin Studio)
|
|
|
|
*.userprefs
|
2016-01-28 09:09:07 +00:00
|
|
|
**/Bin/Debug/**
|
|
|
|
**/Bin/Release/
|
2016-01-28 16:06:46 +00:00
|
|
|
**/Bin/PRIVATE/
|
2016-01-28 09:09:07 +00:00
|
|
|
!**/Bin/Debug/Discord.Net.Audio.dll
|
|
|
|
!**/Bin/Debug/Discord.Net.dll
|
|
|
|
!**/Bin/Debug/Discord.Net.Commands.dll
|
|
|
|
!**/Bin/Debug/Discord.Net.Modules.dll
|
|
|
|
!**/Bin/Debug/opus.dll
|
|
|
|
!**/Bin/Debug/libsodium.dll
|
|
|
|
!**/Bin/Debug/Discord.Net.Commands.dll
|
2016-02-03 09:55:14 +00:00
|
|
|
!**/Bin/Debug/Nito.AsyncEx.Enlightenment.dll
|
|
|
|
!**/Bin/Debug/Nito.AsyncEx.dll
|
|
|
|
!**/Bin/Debug/WebSocket4Net.dll
|
2016-01-28 09:41:31 +00:00
|
|
|
!**/Bin/Debug/data/*
|
|
|
|
!**/Bin/Debug/data/
|
2016-02-04 18:02:08 +00:00
|
|
|
Tests/
|
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
|