Skip to content
Snippets Groups Projects
.gitignore 470 B
Newer Older
Ian Luo's avatar
Ian Luo committed
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
Ian Luo's avatar
Ian Luo committed

# Test binary, build with `go test -c`
*.test

# Output of the go coverage tool, specifically when used with LiteIDE
*.out
fangyincheng's avatar
fangyincheng committed
coverage.txt
kimmking's avatar
kimmking committed

*.idea
*.iml
target/
classes

高辛格's avatar
高辛格 committed
# go mod, go test
高辛格's avatar
高辛格 committed
coverage.txt
vito.he's avatar
vito.he committed

vito.he's avatar
vito.he committed
logs/
aliiohs's avatar
aliiohs committed
.vscode/
vito.he's avatar
vito.he committed

# unit test
remoting/zookeeper/zookeeper-4unittest/
config_center/zookeeper/zookeeper-4unittest/
registry/zookeeper/zookeeper-4unittest/
fangyincheng's avatar
fangyincheng committed
registry/consul/agent*