From c8fae5a19317d94a4e0db4561f60fa0eaf9f4cdb Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Sat, 23 May 2026 02:02:16 +0200 Subject: [PATCH] chore: ignore .omo and .sisyphus at root and in subdirectories --- .gitignore | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 8d125ac..262c0b0 100644 --- a/.gitignore +++ b/.gitignore @@ -387,5 +387,11 @@ config.json */.clinerules/** */openspec */openspec/** -*/.sisyphus/ +.omo +.omo/** +*/.omo +*/.omo/** +.sisyphus +.sisyphus/** +*/.sisyphus */.sisyphus/** -- 2.53.0