Skip to content

Commit

Permalink
gitignore: test files of cli
Browse files Browse the repository at this point in the history
  • Loading branch information
scorpioborn committed Aug 9, 2023
1 parent 7ba7a5b commit a047fd6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit a047fd6

Please sign in to comment.