Files
wx_service/.gitignore
T
nepiedg fd097729d7 feat: 戒烟成就、梦想图标预设、打卡统计与依赖注入调整
- 成就系统、连续打卡天数计算、管理后台成就 CRUD
- 梦想目标图标预设 DreamPreset 与用户端 dream-presets 接口
- 管理后台梦想图标 CRUD;戒烟打卡 summary 修正
- 忽略根目录编译产物 /api

Made-with: Cursor
2026-04-04 14:55:50 +08:00

40 lines
353 B
Plaintext
Executable File

# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
# Test binary, built with `go test -c`
*.test
# Output of the go coverage tool
*.out
# Go workspace file
go.work
# Environment variables
.env
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# Build
/bin
/dist
/tmp
# Logs
*.log
.cache/*
# Local build binary
wx_service
wx_service_api
/api