diff options
| author | Craig Jennings <c@cjennings.net> | 2026-06-30 16:22:37 -0400 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-06-30 16:22:37 -0400 |
| commit | 0338c7b2504616e1b89ac21a4e1b5e460a42fec6 (patch) | |
| tree | 8f50dba956c38407411a75558fdabe832eacf906 | |
| parent | 3cb2790a391e708e9db63dbcd469cfa10afce98e (diff) | |
| download | dotemacs-0338c7b2504616e1b89ac21a4e1b5e460a42fec6.tar.gz dotemacs-0338c7b2504616e1b89ac21a4e1b5e460a42fec6.zip | |
chore: stop tracking local agent tooling
| -rw-r--r-- | .gitignore | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/.gitignore b/.gitignore index af0d2ca0c..1f2bf217a 100644 --- a/.gitignore +++ b/.gitignore @@ -59,12 +59,11 @@ auto-save-list/ # reveal.js local clone (managed by scripts/setup-reveal.sh) /reveal.js/ -# Claude tooling (session notes, personal workflows, protocols) +# Claude tooling — gitignored, not published to the public mirror /.ai/ - -# Claude Code — personal overrides only (bundle content is tracked) -/.claude/settings.local.json -/.claude/.cache/ +/.claude/ +/CLAUDE.md +/AGENTS.md history .stignore |
