storj/.gitignore
Egon Elbre f833289e1b pkg/debug: separate debug endpoints to a server
By separating Server it allows Peers to directly embed the server
and provide customizations and hooks into rest of the services.

Change-Id: Ic1d68740fd494d2f82c1739bd990849c561b912b
2020-01-29 16:30:31 -05:00

35 lines
358 B
Plaintext

# Mac OS X files
.DS_Store
# Binaries for programs and plugins
*.exe
*.dll
*.so
*.dylib
*.db
# Test binary, build with `go test -c`
*.test
*.prof
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
# VSCode
/.vscode
# Visual Studio
/.vs
# Jetbrains
.idea/
*.coverprofile
*.log
/release/
*.swp
/bin
resource.syso
*.resource.go