diff options
| author | Craig Jennings <c@cjennings.net> | 2025-11-06 00:48:12 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2025-11-06 00:48:12 -0600 |
| commit | add1ff3537dfd356b0dd43783f1a0f77f04b5470 (patch) | |
| tree | cd962cb7669074b9191fe5cd50de7bd2a381f223 /.gitignore | |
| parent | 91d462da6d4c3cebd38054ea146741dd3820a8ff (diff) | |
| download | dotemacs-add1ff3537dfd356b0dd43783f1a0f77f04b5470.tar.gz dotemacs-add1ff3537dfd356b0dd43783f1a0f77f04b5470.zip | |
chore: Move .claude folder to .gitignore
Removed .claude/ from version control to keep personal Claude Code
configuration and custom commands private. The folder remains on disk
but is no longer tracked by git.
Files removed from tracking:
- .claude/commands/wrap-it-up.md (custom command)
- .claude/settings.local.json (local settings)
The .claude/ folder still exists locally but is now gitignored.
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 6ba3c9cc3..9e2e1959a 100644 --- a/.gitignore +++ b/.gitignore @@ -53,3 +53,6 @@ auto-save-list/ # Documentation folder (session notes, personal workflows) /docs/ + +# Claude Code configuration (personal settings, commands) +/.claude/ |
