更新:.gitignore 添加示例程序的编译产物

添加忽略规则:
- example/concurrent/concurrent
- example/index/index
- example/topic_processor/topic_processor

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-10-04 11:49:21 +08:00
parent 5379ec3e90
commit 9b7a9c2734

3
.gitignore vendored
View File

@@ -22,6 +22,9 @@ test_*
# 示例程序编译产物
example/webapp/webapp
example/webapp/logs/
example/concurrent/concurrent
example/index/index
example/topic_processor/topic_processor
example/test_*/
examples/