Skip to content

Commit d24de74

Browse files
doublegateclaude
andcommitted
chore: update .gitignore with daily logs and local artifacts
Add exclusions for: - daily_logs/ - Local development session logs - CLAUDE.local.md - Claude Code local state files - *.local.md - Any local markdown artifacts These files are for local development tracking only and should not be committed to the repository. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent adda17c commit d24de74

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,13 @@ coverage/
3737
/tmp/
3838
*.log
3939

40+
# Daily development logs (local only)
41+
daily_logs/
42+
43+
# Claude Code artifacts
44+
CLAUDE.local.md
45+
*.local.md
46+
4047
# Environment and secrets
4148
.env
4249
.env.*

0 commit comments

Comments
 (0)