Ignore more specialized `.<subdir>` content

- any `claude` commit-msg gen tmp files used for my `claude.commit`
  thingie.
- any `nix develop --profile .nixdev` profile cache file.
- an `Session.vim` state-file used by `:Obsession .`.
Gud Boi 2026-02-26 19:12:27 -05:00
parent ddb8959585
commit e5a5135f3f
1 changed files with 10 additions and 0 deletions

10
.gitignore vendored
View File

@ -107,6 +107,16 @@ ENV/
# all files under # all files under
.git/ .git/
# any commit-msg gen tmp files
.claude/*_commit_*.md
.claude/*_commit_*.toml
# nix develop --profile .nixdev
.nixdev*
# :Obsession .
Session.vim
# macOS Finder metadata # macOS Finder metadata
**/.DS_Store **/.DS_Store