storj/.gitignore
Andrew Harding 7f2dfaa394 gitignore: add go workspace files
Change-Id: Icd382bb8da16c6100ef68340d665e2a29420b6a2
2022-12-13 10:15:53 -07:00

54 lines
639 B
Plaintext

# Mac OS X files
.DS_Store
# Binaries for programs and plugins
*.exe
*.dll
*.so
*.dylib
*.db
*.wasm
# 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
.build
# Test debug output
*.test.*
# storj-up automatically generates these files and should not be commit
/docker-compose.yaml
/.history/
dist
# intellij project level runners. Add them explicitly if you would like to share.
.run
# go workspaces
go.work
go.work.sum