From cfabf345dc08fb12f010f2f09d4891d74c279769 Mon Sep 17 00:00:00 2001 From: goodboy Date: Thu, 26 Feb 2026 19:17:46 -0500 Subject: [PATCH] Ignore `gish` locally cached issue `.md` files We may eventually want to actually track these in git itself so we can check/sync state with the corresponding git hosting service however? I'm not sure how feasible it'll be but def worth thinking about Bp --- .gitignore | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 19cfdcf1..b837e223 100644 --- a/.gitignore +++ b/.gitignore @@ -109,7 +109,7 @@ ENV/ # any commit-msg gen tmp files .claude/*_commit_*.md -.claude/*_commit_*.toml +.claude/*_commit*.toml # nix develop --profile .nixdev .nixdev* @@ -117,6 +117,11 @@ ENV/ # :Obsession . Session.vim +# gitea local `.md`-files +# TODO? would this be handy to also commit and sync with +# wtv git hosting service tho? +gitea/ + # macOS Finder metadata **/.DS_Store