Skip to content

Commit

Permalink
chore: add coverage.txt to git ignore
Browse files Browse the repository at this point in the history
Signed-off-by: goflutterjava <[email protected]>
  • Loading branch information
goflutterjava committed Dec 24, 2024
1 parent 3ada379 commit fb2798a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go_ci_lint.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: go ci Lint
name: go ci lint
on:
push:
branches:
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ target/*
*.test

# Output of the go coverage tool, specifically when used with LiteIDE
coverage.txt
*.out

# Go workspace file
Expand Down

0 comments on commit fb2798a

Please sign in to comment.