forked from TrueCloudLab/frostfs-node
Dmitriy Zabolotskiy
2540598779
Also updated changelog Signed-off-by: Dmitriy Zabolotskiy <d.zabolotskiy@yadro.com>
34 lines
253 B
Text
34 lines
253 B
Text
# IDE
|
|
.idea
|
|
.vscode
|
|
|
|
# Vendoring
|
|
vendor
|
|
|
|
# tempfiles
|
|
.DS_Store
|
|
*~
|
|
.cache
|
|
|
|
temp
|
|
tmp
|
|
|
|
# binary
|
|
bin/
|
|
release/
|
|
|
|
# coverage
|
|
coverage.txt
|
|
coverage.html
|
|
|
|
# testing
|
|
cmd/test
|
|
/plugins/
|
|
testfile
|
|
|
|
# misc
|
|
.neofs-cli.yml
|
|
|
|
# debhelpers
|
|
**/.debhelper
|
|
debian/changelog
|