Skip to content

Commit

Permalink
Updated .gitignore
Browse files Browse the repository at this point in the history
Ignore the output.out file that is generated during:
	go test -coverprofile=output.out
	go tool cover -html=output.out
  • Loading branch information
leonsteinhaeuser committed Jul 29, 2020
1 parent eec2ffe commit 725e230
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ apitest_report.json
*.code-workspace
*.vscode
*.sh
./output.out

0 comments on commit 725e230

Please sign in to comment.