mirror of
https://github.com/acaloiaro/neoq
synced 2026-07-21 18:29:08 +00:00
Updated .gitignore
This commit is contained in:
parent
68a3c56963
commit
5d7ca98d13
1 changed files with 5 additions and 0 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue