From 9a360fbbcd61fd3b48df98205ff9afcefb1472d5 Mon Sep 17 00:00:00 2001 From: goodboy Date: Fri, 10 Apr 2026 19:15:21 -0400 Subject: [PATCH] Ignore notes & snippets subdirs in `git` --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitignore b/.gitignore index 3537652e..4ff5ebbd 100644 --- a/.gitignore +++ b/.gitignore @@ -106,6 +106,13 @@ venv.bak/ # all files under .git/ +# require very explicit staging for anything we **really** +# want put/kept in repo. +notes_to_self/ +snippets/ + + +# ------- AI shiz ------- # any commit-msg gen tmp files .claude/skills/commit-msg/msgs/ .claude/git_commit_msg_LATEST.md