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 | 7361813dccf3d234cb6f84185926a5411dcc30a2 (patch) | |
| tree | d0f36989362c0b0e786c8408a5e33636428d9226 /.gitignore | |
| parent | cf2d9d34be56c4cd19ad8775de4ce356b6a2295a (diff) | |
| download | dotemacs-7361813dccf3d234cb6f84185926a5411dcc30a2.tar.gz dotemacs-7361813dccf3d234cb6f84185926a5411dcc30a2.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 |
