Ignore .claude/ local state

The .claude/ directory holds per-user Claude Code state (scheduled
task locks, local settings overrides) and shouldn't be checked in.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Ole-Morten Duesund 2026-05-07 16:35:28 +02:00
commit f6003070ca

3
.gitignore vendored
View file

@ -80,6 +80,9 @@ lint/tmp/
# Kotlin
.kotlin/
# Claude Code local state (per-user; not for sharing)
.claude/
# OS generated files
.DS_Store
.DS_Store?