From 87a0e26079c1bee32e64eba8c3872b9f40dbf60b Mon Sep 17 00:00:00 2001 From: FallenSigh Date: Fri, 19 Jun 2026 06:30:02 +0800 Subject: [PATCH] chore: add .omo/ to .gitignore Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index bac648e..1b67605 100644 --- a/.gitignore +++ b/.gitignore @@ -54,4 +54,6 @@ ros2.zip # 运行时状态文件 tools/.udp_control_state.json -.ros/udp_control_state.json \ No newline at end of file +.ros/udp_control_state.json + +.omo/ \ No newline at end of file