🛠 Add Taskfile

This commit is contained in:
Dan Jones 2025-03-07 16:25:40 -06:00
commit 511a81cab3
2 changed files with 91 additions and 6 deletions

11
.gitignore vendored
View file

@ -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/