chore: removed github workflows

This commit is contained in:
Zhongheng Liu 2025-07-06 19:00:36 +03:00
commit a2f4ace863
Signed by: steven
GPG key ID: 805A28B071DAD84B
7 changed files with 46 additions and 202 deletions

37
.gitignore vendored
View file

@ -1,36 +1,9 @@
### Go ###
# If you prefer the allow list template instead of the deny list, see community template:
# https://github.com/github/gitignore/blob/main/community/Golang/Go.AllowList.gitignore
#
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
# 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/
# Go workspace file
go.work
### devenv ###
# Devenv
.devenv*
devenv.local.nix
.devenv.flake.nix
.devenv
# direnv
.direnv
# pre-commit
.pre-commit-config.yaml
### direnv ###
.direnv
### custom -- build artifacts directory ###
bin
**/bin