Files
jiu/.gitignore
T
wangjia d94c6b109b
Deploy / build-windows (push) Failing after 19s
Deploy / build-linux-web (push) Successful in 51s
Deploy / build-macos (push) Failing after 32s
Deploy / release-deploy (push) Has been skipped
chore: release v1.0.4
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-30 23:53:51 +08:00

55 lines
676 B
Plaintext

# 环境变量
.env
.env.local
.env.*.local
# 部署密钥文件(不进代码库)
deploy/production.env
backend/jiu-server
# Go 构建产物
backend/bin/
backend/*.exe
backend/seed
# 上传的图片(本地存储,不进代码库)
backend/uploads/
# UI 设计资源
ui/
# Flutter 开发工具配置
client/devtools_options.yaml
# Flutter 构建产物
client/build/
# CI 构建产物
dist/
# 营销站构建产物
web/dist/
web/node_modules/
client/.dart_tool/
client/.flutter-plugins
client/.flutter-plugins-dependencies
# macOS
.DS_Store
**/.DS_Store
data/
# IDE
.idea/
.vscode/
*.swp
*.swo
# 日志
*.log
scripts/.logs/
# 测试覆盖率
*.out
coverage/