NadekoBot/.gitignore

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