From d8a9e6348381ea5e676358e6d5ad3ab601e96126 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 7f5e63b9..f15e0c6c 100644 --- a/.gitignore +++ b/.gitignore @@ -106,3 +106,13 @@ 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