Skip to content

Commit

Permalink
fix: update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
ww24 committed Jun 6, 2021
1 parent 4e53b4f commit 7713c54
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,16 @@
image.png
# https://github.com/github/gitignore/blob/master/Go.gitignore
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib

# Test binary, built with `go test -c`
*.test

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

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

0 comments on commit 7713c54

Please sign in to comment.