From a047fd6c9c32eef1bb57dd6e4e6f80551d3abebd Mon Sep 17 00:00:00 2001 From: scorpioborn <97235353+scorpioborn@users.noreply.github.com> Date: Wed, 9 Aug 2023 14:40:22 +0300 Subject: [PATCH] gitignore: test files of cli --- .gitignore | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 801fb71e..50eb1164 100644 --- a/.gitignore +++ b/.gitignore @@ -7,9 +7,13 @@ # IDE Config files .idea/ +.vscode # Test binary, built with `go test -c` *.test +*gentxs +*node* + # Output of the go coverage tool, specifically when used with LiteIDE *.out @@ -20,8 +24,5 @@ # ignore auto-generated files for code quality assurance .audit -# ignore visual studio code local config -.vscode - # ignore visual studio code dev container config .devcontainer