Updated .gitignore

This commit is contained in:
Adriano Caloiaro 2023-02-23 09:45:42 -07:00
parent 68a3c56963
commit 5d7ca98d13
No known key found for this signature in database
GPG key ID: 890FFDB11860FE1C

5
.gitignore vendored
View file

@ -7,9 +7,14 @@
# Test binary, built with `go test -c`
*.test
tmp
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
# Dependency directories (remove the comment below to include it)
vendor/
# Some tests require environment variables to be set
.env