22 lines
		
	
	
		
			494 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			494 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
 | 
						|
# Created by https://www.toptal.com/developers/gitignore/api/vscode,dotnetcore
 | 
						|
# Edit at https://www.toptal.com/developers/gitignore?templates=vscode,dotnetcore
 | 
						|
 | 
						|
### DotnetCore ###
 | 
						|
# .NET Core build folders
 | 
						|
bin/
 | 
						|
obj/
 | 
						|
 | 
						|
# Common node modules locations
 | 
						|
/node_modules
 | 
						|
/wwwroot/node_modules
 | 
						|
 | 
						|
### vscode ###
 | 
						|
.vscode/*
 | 
						|
!.vscode/settings.json
 | 
						|
!.vscode/tasks.json
 | 
						|
!.vscode/launch.json
 | 
						|
!.vscode/extensions.json
 | 
						|
*.code-workspace
 | 
						|
 | 
						|
# End of https://www.toptal.com/developers/gitignore/api/vscode,dotnetcore |