automation
This commit is contained in:
parent
1a809a1184
commit
15b4905078
6 changed files with 269 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -14,6 +14,7 @@
|
|||
|
||||
# Output of the go coverage tool, specifically when used with LiteIDE
|
||||
*.out
|
||||
coverage.html
|
||||
|
||||
# Dependency directories (remove the comment below to include it)
|
||||
# vendor/
|
||||
|
@ -25,3 +26,5 @@ go.work.sum
|
|||
# env file
|
||||
.env
|
||||
|
||||
# Dist
|
||||
dist/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue