From 9b7a9c273460481bba2dc6194065b594f310d8f4 Mon Sep 17 00:00:00 2001 From: bourdon Date: Sat, 4 Oct 2025 11:49:21 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=EF=BC=9A.gitignore=20?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E7=A4=BA=E4=BE=8B=E7=A8=8B=E5=BA=8F=E7=9A=84?= =?UTF-8?q?=E7=BC=96=E8=AF=91=E4=BA=A7=E7=89=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 添加忽略规则: - example/concurrent/concurrent - example/index/index - example/topic_processor/topic_processor 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 4827158..02984c1 100644 --- a/.gitignore +++ b/.gitignore @@ -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/