From 0b102dcb2a5fb92a1542737183755434c29c941d Mon Sep 17 00:00:00 2001 From: titor Date: Tue, 7 Apr 2026 09:06:59 +0800 Subject: [PATCH] chore: add yoo to gitignore --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index e86e3ed..9f53b77 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ yoyo *.dll *.so *.dylib +yoo # 测试 *.test @@ -27,6 +28,7 @@ vendor/ # 构建输出 dist/ build/ +project/ # Go工作区 go.work @@ -34,4 +36,4 @@ go.work.sum # 本地配置文件 configs/local.yaml -configs/*.local.yaml \ No newline at end of file +configs/*.local.yaml