forked from TrueCloudLab/frostfs-node
[#1578] Reorder .gitignore
Signed-off-by: Stanislav Bogatyrev <stanislav@nspcc.ru>
This commit is contained in:
parent
930b51b57d
commit
df0d352305
1 changed files with 24 additions and 6 deletions
30
.gitignore
vendored
30
.gitignore
vendored
|
@ -1,12 +1,30 @@
|
||||||
|
# IDE
|
||||||
.idea
|
.idea
|
||||||
bin
|
.vscode
|
||||||
release
|
|
||||||
|
# Vendoring
|
||||||
|
vendor
|
||||||
|
|
||||||
|
# tempfiles
|
||||||
|
.DS_Store
|
||||||
|
*~
|
||||||
|
.cache
|
||||||
|
|
||||||
temp
|
temp
|
||||||
|
tmp
|
||||||
|
|
||||||
|
# binary
|
||||||
|
bin/
|
||||||
|
release/
|
||||||
|
|
||||||
|
# coverage
|
||||||
|
coverage.txt
|
||||||
|
coverage.html
|
||||||
|
|
||||||
|
# testing
|
||||||
cmd/test
|
cmd/test
|
||||||
/plugins/
|
/plugins/
|
||||||
/vendor/
|
|
||||||
|
|
||||||
testfile
|
testfile
|
||||||
.neofs-cli.yml
|
|
||||||
|
|
||||||
.cache
|
# misc
|
||||||
|
.neofs-cli.yml
|
||||||
|
|
Loading…
Reference in a new issue