Skip to content

Commit

Permalink
Merge pull request #523 from shogo82148/update-gitignore
Browse files Browse the repository at this point in the history
Add ignore patterns for debug binaries and Go workspace file
shogo82148 authored Dec 15, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
2 parents 90cf24c + 3950139 commit 5eb3151
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -8,9 +8,13 @@
# Test binary, built with `go test -c`
*.test
*.cov
__debug_bin*

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

# Dependency directories (remove the comment below to include it)
# vendor/

# Go workspace file
go.work

0 comments on commit 5eb3151

Please sign in to comment.