Update `.gitignore` for `gish` local files
Rename `gitea/` comment to `gish`, add `gh/` ignore, and expand TODOs about syncing with git hosting services. Also mute any `.claude/*_commit*.txt` files. (this commit msg was generated in some part by [`claude-code`][claude-code-gh]) [claude-code-gh]: https://github.com/anthropics/claude-codens_aware
parent
c5ea6040bf
commit
c735fc8544
|
|
@ -109,16 +109,19 @@ venv.bak/
|
||||||
# any commit-msg gen tmp files
|
# any commit-msg gen tmp files
|
||||||
.claude/*_commit_*.md
|
.claude/*_commit_*.md
|
||||||
.claude/*_commit*.toml
|
.claude/*_commit*.toml
|
||||||
|
.claude/*_commit*.txt
|
||||||
|
|
||||||
# nix develop --profile .nixdev
|
# nix develop --profile .nixdev
|
||||||
.nixdev*
|
.nixdev*
|
||||||
|
|
||||||
# :Obsession .
|
# :Obsession .
|
||||||
Session.vim
|
Session.vim
|
||||||
# gitea local `.md`-files
|
# `gish` local `.md`-files
|
||||||
# TODO? would this be handy to also commit and sync with
|
# TODO? better all around automation!
|
||||||
# wtv git hosting service tho?
|
# -[ ] it'd be handy to also commit and sync with wtv git service?
|
||||||
|
# -[ ] everything should be put under a `.gish/` no?
|
||||||
gitea/
|
gitea/
|
||||||
|
gh/
|
||||||
|
|
||||||
# ------ macOS ------
|
# ------ macOS ------
|
||||||
# Finder metadata
|
# Finder metadata
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue