2018-04-06 17:32:34 +01:00
|
|
|
# Mac OS X files
|
|
|
|
.DS_Store
|
|
|
|
|
|
|
|
# Binaries for programs and plugins
|
|
|
|
*.exe
|
|
|
|
*.dll
|
|
|
|
*.so
|
|
|
|
*.dylib
|
2018-06-04 17:45:07 +01:00
|
|
|
*.db
|
2020-12-14 16:33:33 +00:00
|
|
|
*.wasm
|
2018-04-06 17:32:34 +01:00
|
|
|
|
|
|
|
# Test binary, build with `go test -c`
|
|
|
|
*.test
|
2018-09-05 15:33:20 +01:00
|
|
|
*.prof
|
2018-04-06 17:32:34 +01:00
|
|
|
|
|
|
|
# Output of the go coverage tool, specifically when used with LiteIDE
|
2018-04-12 02:14:29 +01:00
|
|
|
*.out
|
|
|
|
|
2018-05-10 17:23:26 +01:00
|
|
|
# VSCode
|
|
|
|
/.vscode
|
2018-05-30 03:28:46 +01:00
|
|
|
|
2019-09-23 21:43:32 +01:00
|
|
|
# Visual Studio
|
|
|
|
/.vs
|
|
|
|
|
2018-05-30 03:28:46 +01:00
|
|
|
# Jetbrains
|
2018-08-13 09:39:45 +01:00
|
|
|
.idea/
|
2018-06-05 22:06:37 +01:00
|
|
|
|
2018-07-09 23:43:32 +01:00
|
|
|
*.coverprofile
|
2018-10-03 13:27:51 +01:00
|
|
|
*.log
|
2018-08-27 22:06:55 +01:00
|
|
|
|
|
|
|
/release/
|
2018-08-31 16:21:44 +01:00
|
|
|
*.swp
|
2018-10-16 19:48:17 +01:00
|
|
|
/bin
|
|
|
|
resource.syso
|
2019-07-01 15:11:23 +01:00
|
|
|
|
2020-03-25 09:56:53 +00:00
|
|
|
*.resource.go
|
|
|
|
|
2021-09-29 08:06:51 +01:00
|
|
|
.build
|
|
|
|
|
|
|
|
# Test debug output
|
2022-03-09 16:07:09 +00:00
|
|
|
*.test.*
|
|
|
|
|
|
|
|
# storj-up automatically generates these files and should not be commit
|
|
|
|
/docker-compose.yaml
|
|
|
|
/.history/
|
2022-10-10 11:36:25 +01:00
|
|
|
dist
|
|
|
|
|
|
|
|
# intellij project level runners. Add them explicitly if you would like to share.
|
|
|
|
.run
|
2022-12-12 23:52:05 +00:00
|
|
|
|
|
|
|
# go workspaces
|
|
|
|
go.work
|
|
|
|
go.work.sum
|