37 lines
		
	
	
		
			739 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			37 lines
		
	
	
		
			739 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
 | 
						|
# Created by https://www.toptal.com/developers/gitignore/api/go,visualstudiocode
 | 
						|
# Edit at https://www.toptal.com/developers/gitignore?templates=go,visualstudiocode
 | 
						|
 | 
						|
### Go ###
 | 
						|
# Binaries for programs and plugins
 | 
						|
*.exe
 | 
						|
*.exe~
 | 
						|
*.dll
 | 
						|
*.so
 | 
						|
*.dylib
 | 
						|
 | 
						|
# Test binary, built with `go test -c`
 | 
						|
*.test
 | 
						|
 | 
						|
# Output of the go coverage tool, specifically when used with LiteIDE
 | 
						|
*.out
 | 
						|
 | 
						|
# Dependency directories (remove the comment below to include it)
 | 
						|
# vendor/
 | 
						|
 | 
						|
### Go Patch ###
 | 
						|
/vendor/
 | 
						|
/Godeps/
 | 
						|
 | 
						|
### VisualStudioCode ###
 | 
						|
.vscode/*
 | 
						|
!.vscode/tasks.json
 | 
						|
!.vscode/launch.json
 | 
						|
*.code-workspace
 | 
						|
 | 
						|
### VisualStudioCode Patch ###
 | 
						|
# Ignore all local history of files
 | 
						|
.history
 | 
						|
.ionide
 | 
						|
 | 
						|
# End of https://www.toptal.com/developers/gitignore/api/go,visualstudiocode |