From df0d352305e0682bb89c979fa7d2600a0e9e3e62 Mon Sep 17 00:00:00 2001 From: Stanislav Bogatyrev Date: Wed, 6 Jul 2022 09:04:49 +0300 Subject: [PATCH] [#1578] Reorder .gitignore Signed-off-by: Stanislav Bogatyrev --- .gitignore | 30 ++++++++++++++++++++++++------ 1 file changed, 24 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 973d50a7d..912226380 100644 --- a/.gitignore +++ b/.gitignore @@ -1,12 +1,30 @@ +# IDE .idea -bin -release +.vscode + +# Vendoring +vendor + +# tempfiles +.DS_Store +*~ +.cache + temp +tmp + +# binary +bin/ +release/ + +# coverage +coverage.txt +coverage.html + +# testing cmd/test /plugins/ -/vendor/ - testfile -.neofs-cli.yml -.cache +# misc +.neofs-cli.yml