fb7454ed9c
Change-Id: Id1b92310986c6323b1910ae4ede58ed861d320b5
46 lines
509 B
Plaintext
46 lines
509 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/
|