forked from TrueCloudLab/frostfs-sdk-go
6ad584e11d
Signed-off-by: Angira Kekteeva <kira@nspcc.ru>
23 lines
No EOL
285 B
Text
23 lines
No EOL
285 B
Text
# Binaries for programs and plugins
|
|
*.exe
|
|
*.exe~
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
|
|
# Test binary, built with `go test -c`
|
|
*.test
|
|
|
|
# Output of the go coverage tool, specifically when used with LiteIDE
|
|
*.out
|
|
|
|
# Dependency directories
|
|
vendor/
|
|
|
|
# IDE
|
|
.idea
|
|
.vscode
|
|
|
|
# coverage
|
|
coverage.txt
|
|
coverage.html |