This commit is contained in:
2026-04-21 22:36:48 +08:00
commit 488c695fdf
748 changed files with 266838 additions and 0 deletions

51
.dockerignore Normal file
View File

@@ -0,0 +1,51 @@
# 开发环境文件
.env*
*.log
logs/
tmp/
# 构建产物
bin/
dist/
build/
*.exe
# 测试文件
*_test.go
coverage.out
coverage.html
test/
# 开发工具
.vscode/
.idea/
*.swp
*.swo
*~
# OS 文件
.DS_Store
Thumbs.db
# Git
.git/
.gitignore
# Docker 相关
Dockerfile*
docker-compose*.yml
.dockerignore
# 文档和说明文件
README.md
docs/
*.md
api.mdc
# 开发依赖
node_modules/
# 临时文件
*.tmp
*.temp
coverage.out