This commit is contained in:
sjk
2025-11-17 13:39:05 +08:00
commit d4cfe2b9de
479 changed files with 109324 additions and 0 deletions

57
serve/.dockerignore Normal file
View File

@@ -0,0 +1,57 @@
# Git相关
.git
.gitignore
# 构建产物
main
*.exe
*.dll
*.so
*.dylib
# 测试文件
*_test.go
test/
tests/
# 文档
*.md
README*
DOCS*
docs/
# 日志文件
logs/
*.log
# 临时文件
tmp/
temp/
*.tmp
*.temp
# IDE文件
.vscode/
.idea/
*.swp
*.swo
*~
# 操作系统文件
.DS_Store
Thumbs.db
# 环境文件
.env
.env.local
.env.*.local
# 上传文件
uploads/
# 依赖缓存
vendor/
# 其他
*.bak
*.backup