From 4bb36c0f7570b271bbeda67f9c4d5160c819850a Mon Sep 17 00:00:00 2001 From: Joshua Bell Date: Mon, 26 Jan 2026 08:47:26 -0600 Subject: [PATCH] add gitignore --- flakes/common/hm_modules/git.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/flakes/common/hm_modules/git.nix b/flakes/common/hm_modules/git.nix index 828da11b..05befa70 100644 --- a/flakes/common/hm_modules/git.nix +++ b/flakes/common/hm_modules/git.nix @@ -62,6 +62,9 @@ # local only files "*.local" + + # opencode + ".sisyphus" ]; }; }