34 lines
		
	
	
		
			801 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			34 lines
		
	
	
		
			801 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
 | |
| src/NadekoBot/project.lock.json
 | |
| src/NadekoBot/data/NadekoBot.db
 | |
| src/NadekoBot/musicdata/*
 | |
| src/NadekoBot/project.lock.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.sln.iml
 | |
| .idea/workspace.xml
 | |
| .idea/vcs.xml
 | |
| .idea/modules.xml |