Added support for remote0
This commit is contained in:
32
.gitignore
vendored
Normal file
32
.gitignore
vendored
Normal file
@@ -0,0 +1,32 @@
|
||||
# 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/
|
||||
Reference in New Issue
Block a user