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
parent
fcad292238
commit
cfabf345dc
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue