🛠 Add Taskfile
This commit is contained in:
parent
38916e0707
commit
511a81cab3
2 changed files with 91 additions and 6 deletions
11
.gitignore
vendored
11
.gitignore
vendored
|
|
@ -11,11 +11,8 @@
|
|||
# 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/
|
||||
# Dependency directories
|
||||
vendor/
|
||||
|
||||
# Go workspace file
|
||||
go.work
|
||||
|
|
@ -23,4 +20,6 @@ go.work.sum
|
|||
|
||||
# env file
|
||||
.env
|
||||
cover.*
|
||||
|
||||
build/
|
||||
.task/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue