37 lines
		
	
	
		
			419 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			37 lines
		
	
	
		
			419 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# Develop tools
 | 
						|
/.vscode/
 | 
						|
/.idea/
 | 
						|
 | 
						|
# Binaries for programs and plugins
 | 
						|
*.exe
 | 
						|
*.exe~
 | 
						|
*.dll
 | 
						|
*.so
 | 
						|
*.dylib
 | 
						|
 | 
						|
# Folders
 | 
						|
_obj
 | 
						|
_test
 | 
						|
_build
 | 
						|
 | 
						|
# Architecture specific extensions/prefixes
 | 
						|
*.[568vq]
 | 
						|
[568vq].out
 | 
						|
 | 
						|
*.cgo1.go
 | 
						|
*.cgo2.c
 | 
						|
_cgo_defun.c
 | 
						|
_cgo_gotypes.go
 | 
						|
_cgo_export.*
 | 
						|
 | 
						|
# Test binary, build with `go test -c`
 | 
						|
*.test
 | 
						|
 | 
						|
# Output of the go coverage tool, specifically when used with LiteIDE
 | 
						|
*.out
 | 
						|
 | 
						|
# vim temp files
 | 
						|
*~
 | 
						|
*.swp
 | 
						|
*.swo
 |