首次提交:初始化项目代码

This commit is contained in:
sunct
2026-07-31 14:44:48 +08:00
commit a4fe393571
119 changed files with 29105 additions and 0 deletions
+50
View File
@@ -0,0 +1,50 @@
# Binaries
*.exe
*.exe~
*.dll
*.so
*.dylib
bin/
dist/
# Test binary, built with `go test -c`
*.test
# Output of the go coverage tool
*.out
coverage.txt
coverage.html
# Go workspace file
go.work
# Dependency directories (remove the comment below to include it)
# vendor/
# IDE
.idea/
.vscode/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Project data
data/
logs/
*.log
*.db
*.sqlite
*.sqlite3
# Environment
.env
.env.local
.env.*.local
# Uploads
uploads/
static/uploads/