NadekoBot/.gitignore

33 lines
849 B
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/Debug/**
**/Bin/Release/
!**/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-01-28 09:41:31 +00:00
!**/Bin/Debug/data/*
!**/Bin/Debug/data/
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