chore: migrate and structure cmbone project

This commit is contained in:
QiuSW
2026-07-08 15:13:26 +08:00
parent 519a532038
commit e5d10577c0
123 changed files with 9076 additions and 25 deletions
+20 -24
View File
@@ -1,27 +1,23 @@
# ---> 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
.task/
bin/
dist/
node_modules/
frontend/dist/
frontend/node_modules/
frontend/.vite/
frontend/coverage/
build/linux/appimage/build/
build/windows/nsis/MicrosoftEdgeWebview2Setup.exe
# Test binary, built with `go test -c`
*.test
.DS_Store
*.log
*.local
*.syso
# 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
go.work.sum
# env file
.env
.env.*
!.env.example
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*