diff options
| author | Craig Jennings <c@cjennings.net> | 2026-04-20 04:17:56 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-04-20 04:17:56 -0500 |
| commit | 07ac191f920bdbb2bd47a3809405d0ce0f59ca8b (patch) | |
| tree | 29405630cb6763fd136c9d1b955d37a9a7ffd34e /.gitignore | |
| parent | 1fb9dd9afb54f5a65c87d65e0e68c5d9955a07e0 (diff) | |
| download | dotemacs-07ac191f920bdbb2bd47a3809405d0ce0f59ca8b.tar.gz dotemacs-07ac191f920bdbb2bd47a3809405d0ce0f59ca8b.zip | |
chore: rename /docs/ → /.ai/ in gitignore and CLAUDE.md
.gitignore: rename the private-tooling entry from /docs/ to /.ai/.
CLAUDE.md: expand Layout to list /.ai/ (gitignored) and docs/
(reserved for real project documentation, if/when created).
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -54,8 +54,8 @@ auto-save-list/ # reveal.js local clone (managed by scripts/setup-reveal.sh) /reveal.js/ -# Documentation folder (session notes, personal workflows) -/docs/ +# Claude tooling (session notes, personal workflows, protocols) +/.ai/ # Claude Code — personal overrides only (bundle content is tracked) /.claude/settings.local.json |
