forked from TrueCloudLab/frostfs-sdk-go
3ef4b2c4cf
Create Makefile, go.mod, .golangci.yml. Add coverage and IDE entries to .gitignore Signed-off-by: Angira Kekteeva <kira@nspcc.ru>
23 lines
No EOL
328 B
Text
23 lines
No EOL
328 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 (remove the comment below to include it)
|
|
# vendor/
|
|
|
|
# IDE
|
|
.idea
|
|
.vscode
|
|
|
|
# coverage
|
|
coverage.txt
|
|
coverage.html |