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
Gud Boi 2026-02-26 19:17:46 -05:00
parent fcad292238
commit cfabf345dc
1 changed files with 6 additions and 1 deletions

7
.gitignore vendored
View File

@ -109,7 +109,7 @@ ENV/
# any commit-msg gen tmp files # any commit-msg gen tmp files
.claude/*_commit_*.md .claude/*_commit_*.md
.claude/*_commit_*.toml .claude/*_commit*.toml
# nix develop --profile .nixdev # nix develop --profile .nixdev
.nixdev* .nixdev*
@ -117,6 +117,11 @@ ENV/
# :Obsession . # :Obsession .
Session.vim 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 # macOS Finder metadata
**/.DS_Store **/.DS_Store