22 lines
254 B
Plaintext
22 lines
254 B
Plaintext
.*.swp
|
|
v2/certs/
|
|
v2/bin
|
|
v2/docker/assets/linux
|
|
v2/gl.db
|
|
v2/buildlogs
|
|
.vscode/
|
|
|
|
# Output of the go coverage tool, specifically when used with LiteIDE
|
|
*.out
|
|
|
|
### Go Patch ###
|
|
/vendor/
|
|
/Godeps/
|
|
|
|
# Various
|
|
go.work.sum
|
|
|
|
# gomocks auto-generated
|
|
**/mock_*.go
|
|
|