Files
mq-starter/.gitignore
hongawen ae0caafa63 docs(mq-starter): 重写 README + 新增 CLAUDE.md,gitignore docs/
- README 重写为面向使用者的完整说明(快速开始/配置项/两 driver 能力对照/架构/TODO)
- 新增 CLAUDE.md:补代码结构、装配链路、消费 ACK 语义等踩坑点,供 Claude Code 参考
- .gitignore 忽略 docs/(AI 生成的本地参考/教学资料,不纳入版本库)

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-09 20:41:54 +08:00

36 lines
342 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Compiled class file
*.class
# Log file
*.log
logs/
# Package Files
*.jar
*.war
*.ear
*.tar.gz
*.rar
# Maven
target/
# IDE
*.iml
*.ipr
*.iws
.idea/
.classpath
.project
.settings/
.factorypath
# virtual machine crash logs
hs_err_pid*
replay_pid*
.DS_Store
# 本地文档AI 生成的参考/教学资料,不纳入版本库)
docs/