feat: init repo

This commit is contained in:
Rogee
2025-01-09 19:11:01 +08:00
parent b9cc63fe8a
commit 1c7b603769
149 changed files with 20066 additions and 10 deletions

20
.gitignore vendored
View File

@@ -1,7 +1,15 @@
# ---> 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
#
bin/*
vendor/
__debug_bin*
build/*
.vscode
.idea
tmp/
docker-compose.yml
atom
sqlite.db
go.work
go.work.sum
# Binaries for programs and plugins
*.exe
*.exe~
@@ -17,7 +25,3 @@
# Dependency directories (remove the comment below to include it)
# vendor/
# Go workspace file
go.work