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