From e5a5135f3f64455d37b83dc9e4492b4bf1840b7d Mon Sep 17 00:00:00 2001 From: goodboy Date: Thu, 26 Feb 2026 19:12:27 -0500 Subject: [PATCH] Ignore more specialized `.` 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 .`. --- .gitignore | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.gitignore b/.gitignore index 554bb1b2..19cfdcf1 100644 --- a/.gitignore +++ b/.gitignore @@ -107,6 +107,16 @@ ENV/ # all files under .git/ +# any commit-msg gen tmp files +.claude/*_commit_*.md +.claude/*_commit_*.toml + +# nix develop --profile .nixdev +.nixdev* + +# :Obsession . +Session.vim + # macOS Finder metadata **/.DS_Store