33 lines
		
	
	
		
			397 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			33 lines
		
	
	
		
			397 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # Vendored libs
 | |
| /vendor
 | |
| 
 | |
| # Binaries for programs and plugins
 | |
| *.exe
 | |
| *.exe~
 | |
| *.dll
 | |
| *.so
 | |
| *.dylib
 | |
| 
 | |
| # Test binary, build with `go test -c`
 | |
| *.test
 | |
| 
 | |
| # Output of the go coverage tool, specifically when used with LiteIDE
 | |
| *.out
 | |
| 
 | |
| # VSCode launch settings
 | |
| .vscode/launch.json
 | |
| 
 | |
| # GoLand
 | |
| .idea
 | |
| 
 | |
| # Test graph.png
 | |
| graph.png
 | |
| 
 | |
| # Debug
 | |
| cpu.prof
 | |
| mem.prof
 | |
| cmd/hwinfostreamdeckplugin/debug
 | |
| 
 | |
| # dep cache (protoc)
 | |
| .cache/
 |